@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchPutScheduledUpdateGroupActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchPutScheduledUpdateGroupActionRequest() |
addHandlerContext, copyBaseTo, 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 BatchPutScheduledUpdateGroupActionRequest()
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 BatchPutScheduledUpdateGroupActionRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.public List<ScheduledUpdateGroupActionRequest> getScheduledUpdateGroupActions()
One or more scheduled actions. The maximum number allowed is 50.
public void setScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupActionRequest> scheduledUpdateGroupActions)
One or more scheduled actions. The maximum number allowed is 50.
scheduledUpdateGroupActions
- One or more scheduled actions. The maximum number allowed is 50.public BatchPutScheduledUpdateGroupActionRequest withScheduledUpdateGroupActions(ScheduledUpdateGroupActionRequest... scheduledUpdateGroupActions)
One or more scheduled actions. The maximum number allowed is 50.
NOTE: This method appends the values to the existing list (if any). Use
setScheduledUpdateGroupActions(java.util.Collection)
or
withScheduledUpdateGroupActions(java.util.Collection)
if you want to override the existing values.
scheduledUpdateGroupActions
- One or more scheduled actions. The maximum number allowed is 50.public BatchPutScheduledUpdateGroupActionRequest withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupActionRequest> scheduledUpdateGroupActions)
One or more scheduled actions. The maximum number allowed is 50.
scheduledUpdateGroupActions
- One or more scheduled actions. The maximum number allowed is 50.public String toString()
toString
in class Object
Object.toString()
public BatchPutScheduledUpdateGroupActionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.