@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteScheduledActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDeleteScheduledActionRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteScheduledActionRequest |
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.
|
List<String> |
getScheduledActionNames()
The names of the scheduled actions to delete.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
void |
setScheduledActionNames(Collection<String> scheduledActionNames)
The names of the scheduled actions to delete.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteScheduledActionRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
BatchDeleteScheduledActionRequest |
withScheduledActionNames(Collection<String> scheduledActionNames)
The names of the scheduled actions to delete.
|
BatchDeleteScheduledActionRequest |
withScheduledActionNames(String... scheduledActionNames)
The names of the scheduled actions 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, withSdkRequestTimeout
public 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 BatchDeleteScheduledActionRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.public List<String> getScheduledActionNames()
The names of the scheduled actions to delete. The maximum number allowed is 50.
public void setScheduledActionNames(Collection<String> scheduledActionNames)
The names of the scheduled actions to delete. The maximum number allowed is 50.
scheduledActionNames
- The names of the scheduled actions to delete. The maximum number allowed is 50.public BatchDeleteScheduledActionRequest withScheduledActionNames(String... scheduledActionNames)
The names of the scheduled actions to delete. The maximum number allowed is 50.
NOTE: This method appends the values to the existing list (if any). Use
setScheduledActionNames(java.util.Collection)
or withScheduledActionNames(java.util.Collection)
if you want to override the existing values.
scheduledActionNames
- The names of the scheduled actions to delete. The maximum number allowed is 50.public BatchDeleteScheduledActionRequest withScheduledActionNames(Collection<String> scheduledActionNames)
The names of the scheduled actions to delete. The maximum number allowed is 50.
scheduledActionNames
- The names of the scheduled actions to delete. The maximum number allowed is 50.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteScheduledActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()