@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MaintenanceWindowAutomationParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for an AUTOMATION task type.
Constructor and Description |
---|
MaintenanceWindowAutomationParameters() |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindowAutomationParameters |
addParametersEntry(String key,
List<String> value) |
MaintenanceWindowAutomationParameters |
clearParametersEntries()
Removes all the entries added into Parameters.
|
MaintenanceWindowAutomationParameters |
clone() |
boolean |
equals(Object obj) |
String |
getDocumentVersion()
The version of an Automation document to use during task execution.
|
Map<String,List<String>> |
getParameters()
The parameters for the AUTOMATION task.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDocumentVersion(String documentVersion)
The version of an Automation document to use during task execution.
|
void |
setParameters(Map<String,List<String>> parameters)
The parameters for the AUTOMATION task.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
MaintenanceWindowAutomationParameters |
withDocumentVersion(String documentVersion)
The version of an Automation document to use during task execution.
|
MaintenanceWindowAutomationParameters |
withParameters(Map<String,List<String>> parameters)
The parameters for the AUTOMATION task.
|
public MaintenanceWindowAutomationParameters()
public void setDocumentVersion(String documentVersion)
The version of an Automation document to use during task execution.
documentVersion
- The version of an Automation document to use during task execution.public String getDocumentVersion()
The version of an Automation document to use during task execution.
public MaintenanceWindowAutomationParameters withDocumentVersion(String documentVersion)
The version of an Automation document to use during task execution.
documentVersion
- The version of an Automation document to use during task execution.public Map<String,List<String>> getParameters()
The parameters for the AUTOMATION task.
public void setParameters(Map<String,List<String>> parameters)
The parameters for the AUTOMATION task.
parameters
- The parameters for the AUTOMATION task.public MaintenanceWindowAutomationParameters withParameters(Map<String,List<String>> parameters)
The parameters for the AUTOMATION task.
parameters
- The parameters for the AUTOMATION task.public MaintenanceWindowAutomationParameters addParametersEntry(String key, List<String> value)
public MaintenanceWindowAutomationParameters clearParametersEntries()
public String toString()
toString
in class Object
Object.toString()
public MaintenanceWindowAutomationParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.