Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribePoliciesRequest.Builder,DescribePoliciesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribePoliciesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribePoliciesRequest.Builder,DescribePoliciesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribePoliciesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
autoScalingGroupName() |
The name of the group.
|
static DescribePoliciesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxRecords() |
The maximum number of items to be returned with each call.
|
String |
nextToken() |
The token for the next set of items to return.
|
List<String> |
policyNames() |
One or more policy names or policy ARNs to be described.
|
List<String> |
policyTypes() |
One or more policy types.
|
static Class<? extends DescribePoliciesRequest.Builder> |
serializableBuilderClass() |
|
DescribePoliciesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String autoScalingGroupName()
The name of the group.
public List<String> policyNames()
One or more policy names or policy ARNs to be described. If you omit this parameter, all policy names are described. If an group name is provided, the results are limited to that group. This list is limited to 50 items. If you specify an unknown policy name, it is ignored with no error.
public List<String> policyTypes()
One or more policy types. Valid values are SimpleScaling
and StepScaling
.
SimpleScaling
and StepScaling
.public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public Integer maxRecords()
The maximum number of items to be returned with each call. The default value is 50 and the maximum value is 100.
public DescribePoliciesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribePoliciesRequest.Builder,DescribePoliciesRequest>
public static DescribePoliciesRequest.Builder builder()
public static Class<? extends DescribePoliciesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.