@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveTemplateActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveTemplateActionRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveTemplateActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getActionID()
Template post migration custom action ID to remove.
|
String |
getLaunchConfigurationTemplateID()
Launch configuration template ID of the post migration custom action to remove.
|
int |
hashCode() |
void |
setActionID(String actionID)
Template post migration custom action ID to remove.
|
void |
setLaunchConfigurationTemplateID(String launchConfigurationTemplateID)
Launch configuration template ID of the post migration custom action to remove.
|
String |
toString()
Returns a string representation of this object.
|
RemoveTemplateActionRequest |
withActionID(String actionID)
Template post migration custom action ID to remove.
|
RemoveTemplateActionRequest |
withLaunchConfigurationTemplateID(String launchConfigurationTemplateID)
Launch configuration template ID of the post migration custom action to remove.
|
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 void setActionID(String actionID)
Template post migration custom action ID to remove.
actionID
- Template post migration custom action ID to remove.public String getActionID()
Template post migration custom action ID to remove.
public RemoveTemplateActionRequest withActionID(String actionID)
Template post migration custom action ID to remove.
actionID
- Template post migration custom action ID to remove.public void setLaunchConfigurationTemplateID(String launchConfigurationTemplateID)
Launch configuration template ID of the post migration custom action to remove.
launchConfigurationTemplateID
- Launch configuration template ID of the post migration custom action to remove.public String getLaunchConfigurationTemplateID()
Launch configuration template ID of the post migration custom action to remove.
public RemoveTemplateActionRequest withLaunchConfigurationTemplateID(String launchConfigurationTemplateID)
Launch configuration template ID of the post migration custom action to remove.
launchConfigurationTemplateID
- Launch configuration template ID of the post migration custom action to remove.public String toString()
toString
in class Object
Object.toString()
public RemoveTemplateActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()