@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchPutScheduledUpdateGroupActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchPutScheduledUpdateGroupActionRequest() |
Modifier and Type | Method and Description |
---|---|
BatchPutScheduledUpdateGroupActionRequest |
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<ScheduledUpdateGroupActionRequest> |
getScheduledUpdateGroupActions()
One or more scheduled actions.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
void |
setScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupActionRequest> scheduledUpdateGroupActions)
One or more scheduled actions.
|
String |
toString()
Returns a string representation of this object.
|
BatchPutScheduledUpdateGroupActionRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
BatchPutScheduledUpdateGroupActionRequest |
withScheduledUpdateGroupActions(Collection<ScheduledUpdateGroupActionRequest> scheduledUpdateGroupActions)
One or more scheduled actions.
|
BatchPutScheduledUpdateGroupActionRequest |
withScheduledUpdateGroupActions(ScheduledUpdateGroupActionRequest... scheduledUpdateGroupActions)
One or more scheduled actions.
|
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 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()