@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteScheduledActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteScheduledActionRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteScheduledActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the Auto Scaling group.
|
String |
getScheduledActionName()
The name of the action to delete.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
void |
setScheduledActionName(String scheduledActionName)
The name of the action to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteScheduledActionRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DeleteScheduledActionRequest |
withScheduledActionName(String scheduledActionName)
The name of the action to delete.
|
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, withSdkRequestTimeoutpublic void setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.public String getAutoScalingGroupName()
The name of the Auto Scaling group.
public DeleteScheduledActionRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.public void setScheduledActionName(String scheduledActionName)
The name of the action to delete.
scheduledActionName - The name of the action to delete.public String getScheduledActionName()
The name of the action to delete.
public DeleteScheduledActionRequest withScheduledActionName(String scheduledActionName)
The name of the action to delete.
scheduledActionName - The name of the action to delete.public String toString()
toString in class ObjectObject.toString()public DeleteScheduledActionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.