@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWarmPoolRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeWarmPoolRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeWarmPoolRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the Auto Scaling group.
|
Integer |
getMaxRecords()
The maximum number of instances to return with this call.
|
String |
getNextToken()
The token for the next set of instances to return.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of instances to return with this call.
|
void |
setNextToken(String nextToken)
The token for the next set of instances to return.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWarmPoolRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DescribeWarmPoolRequest |
withMaxRecords(Integer maxRecords)
The maximum number of instances to return with this call.
|
DescribeWarmPoolRequest |
withNextToken(String nextToken)
The token for the next set of instances to return.
|
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 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 DescribeWarmPoolRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.public void setMaxRecords(Integer maxRecords)
The maximum number of instances to return with this call. The maximum value is 50
.
maxRecords
- The maximum number of instances to return with this call. The maximum value is 50
.public Integer getMaxRecords()
The maximum number of instances to return with this call. The maximum value is 50
.
50
.public DescribeWarmPoolRequest withMaxRecords(Integer maxRecords)
The maximum number of instances to return with this call. The maximum value is 50
.
maxRecords
- The maximum number of instances to return with this call. The maximum value is 50
.public void setNextToken(String nextToken)
The token for the next set of instances to return. (You received this token from a previous call.)
nextToken
- The token for the next set of instances to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of instances to return. (You received this token from a previous call.)
public DescribeWarmPoolRequest withNextToken(String nextToken)
The token for the next set of instances to return. (You received this token from a previous call.)
nextToken
- The token for the next set of instances to return. (You received this token from a previous call.)public String toString()
toString
in class Object
Object.toString()
public DescribeWarmPoolRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.