@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAutoScalingGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAutoScalingGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAutoScalingGroupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAutoScalingGroupNames()
The names of the Auto Scaling groups.
|
List<Filter> |
getFilters()
One or more filters to limit the results based on specific tags.
|
Integer |
getMaxRecords()
The maximum number of items to return with this call.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The names of the Auto Scaling groups.
|
void |
setFilters(Collection<Filter> filters)
One or more filters to limit the results based on specific tags.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAutoScalingGroupsRequest |
withAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The names of the Auto Scaling groups.
|
DescribeAutoScalingGroupsRequest |
withAutoScalingGroupNames(String... autoScalingGroupNames)
The names of the Auto Scaling groups.
|
DescribeAutoScalingGroupsRequest |
withFilters(Collection<Filter> filters)
One or more filters to limit the results based on specific tags.
|
DescribeAutoScalingGroupsRequest |
withFilters(Filter... filters)
One or more filters to limit the results based on specific tags.
|
DescribeAutoScalingGroupsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeAutoScalingGroupsRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
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 List<String> getAutoScalingGroupNames()
The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally
increase this limit using the MaxRecords
property.
If you omit this property, all Auto Scaling groups are described.
MaxRecords
property.
If you omit this property, all Auto Scaling groups are described.
public void setAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally
increase this limit using the MaxRecords
property.
If you omit this property, all Auto Scaling groups are described.
autoScalingGroupNames
- The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally
increase this limit using the MaxRecords
property.
If you omit this property, all Auto Scaling groups are described.
public DescribeAutoScalingGroupsRequest withAutoScalingGroupNames(String... autoScalingGroupNames)
The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally
increase this limit using the MaxRecords
property.
If you omit this property, all Auto Scaling groups are described.
NOTE: This method appends the values to the existing list (if any). Use
setAutoScalingGroupNames(java.util.Collection)
or
withAutoScalingGroupNames(java.util.Collection)
if you want to override the existing values.
autoScalingGroupNames
- The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally
increase this limit using the MaxRecords
property.
If you omit this property, all Auto Scaling groups are described.
public DescribeAutoScalingGroupsRequest withAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally
increase this limit using the MaxRecords
property.
If you omit this property, all Auto Scaling groups are described.
autoScalingGroupNames
- The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally
increase this limit using the MaxRecords
property.
If you omit this property, all Auto Scaling groups are described.
public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeAutoScalingGroupsRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public void setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50
and the maximum value
is 100
.
maxRecords
- The maximum number of items to return with this call. The default value is 50
and the maximum
value is 100
.public Integer getMaxRecords()
The maximum number of items to return with this call. The default value is 50
and the maximum value
is 100
.
50
and the
maximum value is 100
.public DescribeAutoScalingGroupsRequest withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50
and the maximum value
is 100
.
maxRecords
- The maximum number of items to return with this call. The default value is 50
and the maximum
value is 100
.public List<Filter> getFilters()
One or more filters to limit the results based on specific tags.
public void setFilters(Collection<Filter> filters)
One or more filters to limit the results based on specific tags.
filters
- One or more filters to limit the results based on specific tags.public DescribeAutoScalingGroupsRequest withFilters(Filter... filters)
One or more filters to limit the results based on specific tags.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- One or more filters to limit the results based on specific tags.public DescribeAutoScalingGroupsRequest withFilters(Collection<Filter> filters)
One or more filters to limit the results based on specific tags.
filters
- One or more filters to limit the results based on specific tags.public String toString()
toString
in class Object
Object.toString()
public DescribeAutoScalingGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()