@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAutoScalingConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAutoScalingConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAutoScalingConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<AutoScalingConfigurationSummary> |
getAutoScalingConfigurationSummaryList()
A list of summary information records for auto scaling configurations.
|
String |
getNextToken()
The token that you can pass in a subsequent request to get the next result page.
|
int |
hashCode() |
void |
setAutoScalingConfigurationSummaryList(Collection<AutoScalingConfigurationSummary> autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations.
|
void |
setNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
String |
toString()
Returns a string representation of this object.
|
ListAutoScalingConfigurationsResult |
withAutoScalingConfigurationSummaryList(AutoScalingConfigurationSummary... autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations.
|
ListAutoScalingConfigurationsResult |
withAutoScalingConfigurationSummaryList(Collection<AutoScalingConfigurationSummary> autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations.
|
ListAutoScalingConfigurationsResult |
withNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AutoScalingConfigurationSummary> getAutoScalingConfigurationSummaryList()
A list of summary information records for auto scaling configurations. In a paginated request, the request
returns up to MaxResults records for each call.
MaxResults records for each call.public void setAutoScalingConfigurationSummaryList(Collection<AutoScalingConfigurationSummary> autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations. In a paginated request, the request
returns up to MaxResults records for each call.
autoScalingConfigurationSummaryList - A list of summary information records for auto scaling configurations. In a paginated request, the request
returns up to MaxResults records for each call.public ListAutoScalingConfigurationsResult withAutoScalingConfigurationSummaryList(AutoScalingConfigurationSummary... autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations. In a paginated request, the request
returns up to MaxResults records for each call.
NOTE: This method appends the values to the existing list (if any). Use
setAutoScalingConfigurationSummaryList(java.util.Collection) or
withAutoScalingConfigurationSummaryList(java.util.Collection) if you want to override the existing
values.
autoScalingConfigurationSummaryList - A list of summary information records for auto scaling configurations. In a paginated request, the request
returns up to MaxResults records for each call.public ListAutoScalingConfigurationsResult withAutoScalingConfigurationSummaryList(Collection<AutoScalingConfigurationSummary> autoScalingConfigurationSummaryList)
A list of summary information records for auto scaling configurations. In a paginated request, the request
returns up to MaxResults records for each call.
autoScalingConfigurationSummaryList - A list of summary information records for auto scaling configurations. In a paginated request, the request
returns up to MaxResults records for each call.public void setNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.public String getNextToken()
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
public ListAutoScalingConfigurationsResult withNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.public String toString()
toString in class ObjectObject.toString()public ListAutoScalingConfigurationsResult clone()
Copyright © 2023. All rights reserved.