ToCopyableBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeScalingPoliciesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>
Represents the returned data in response to a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeScalingPoliciesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeScalingPoliciesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
Token that indicates where to resume retrieving results on the next call to this action.
|
List<ScalingPolicy> |
scalingPolicies() |
Collection of objects containing the scaling policies matching the request.
|
static Class<? extends DescribeScalingPoliciesResponse.Builder> |
serializableBuilderClass() |
|
DescribeScalingPoliciesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<ScalingPolicy> scalingPolicies()
Collection of objects containing the scaling policies matching the request.
public String nextToken()
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
public DescribeScalingPoliciesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeScalingPoliciesResponse.Builder,DescribeScalingPoliciesResponse>
public static DescribeScalingPoliciesResponse.Builder builder()
public static Class<? extends DescribeScalingPoliciesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.