@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLaunchConfigurationTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateLaunchConfigurationTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
CreateLaunchConfigurationTemplateRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateLaunchConfigurationTemplateRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateLaunchConfigurationTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
PostLaunchActions |
getPostLaunchActions()
Request to associate the default Application Migration Service Security group with the Replication Settings
template.
|
Map<String,String> |
getTags()
Request to associate the default Application Migration Service Security group with the Replication Settings
template.
|
int |
hashCode() |
void |
setPostLaunchActions(PostLaunchActions postLaunchActions)
Request to associate the default Application Migration Service Security group with the Replication Settings
template.
|
void |
setTags(Map<String,String> tags)
Request to associate the default Application Migration Service Security group with the Replication Settings
template.
|
String |
toString()
Returns a string representation of this object.
|
CreateLaunchConfigurationTemplateRequest |
withPostLaunchActions(PostLaunchActions postLaunchActions)
Request to associate the default Application Migration Service Security group with the Replication Settings
template.
|
CreateLaunchConfigurationTemplateRequest |
withTags(Map<String,String> tags)
Request to associate the default Application Migration Service Security group with the Replication Settings
template.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public CreateLaunchConfigurationTemplateRequest()
public void setPostLaunchActions(PostLaunchActions postLaunchActions)
Request to associate the default Application Migration Service Security group with the Replication Settings template.
postLaunchActions
- Request to associate the default Application Migration Service Security group with the Replication
Settings template.public PostLaunchActions getPostLaunchActions()
Request to associate the default Application Migration Service Security group with the Replication Settings template.
public CreateLaunchConfigurationTemplateRequest withPostLaunchActions(PostLaunchActions postLaunchActions)
Request to associate the default Application Migration Service Security group with the Replication Settings template.
postLaunchActions
- Request to associate the default Application Migration Service Security group with the Replication
Settings template.public Map<String,String> getTags()
Request to associate the default Application Migration Service Security group with the Replication Settings template.
public void setTags(Map<String,String> tags)
Request to associate the default Application Migration Service Security group with the Replication Settings template.
tags
- Request to associate the default Application Migration Service Security group with the Replication
Settings template.public CreateLaunchConfigurationTemplateRequest withTags(Map<String,String> tags)
Request to associate the default Application Migration Service Security group with the Replication Settings template.
tags
- Request to associate the default Application Migration Service Security group with the Replication
Settings template.public CreateLaunchConfigurationTemplateRequest addTagsEntry(String key, String value)
public CreateLaunchConfigurationTemplateRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateLaunchConfigurationTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()