@Generated(value="software.amazon.awssdk:codegen") public final class DescribeScalingPlanResourcesRequest extends AutoScalingPlansRequest implements ToCopyableBuilder<DescribeScalingPlanResourcesRequest.Builder,DescribeScalingPlanResourcesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeScalingPlanResourcesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeScalingPlanResourcesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of scalable resources to return.
|
String |
nextToken()
The token for the next set of results.
|
String |
scalingPlanName()
The name of the scaling plan.
|
Long |
scalingPlanVersion()
The version number of the scaling plan.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeScalingPlanResourcesRequest.Builder> |
serializableBuilderClass() |
DescribeScalingPlanResourcesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String scalingPlanName()
The name of the scaling plan.
public final Long scalingPlanVersion()
The version number of the scaling plan. Currently, the only valid value is 1.
1.public final Integer maxResults()
The maximum number of scalable resources to return. The value must be between 1 and 50. The default value is 50.
public final String nextToken()
The token for the next set of results.
public DescribeScalingPlanResourcesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeScalingPlanResourcesRequest.Builder,DescribeScalingPlanResourcesRequest>toBuilder in class AutoScalingPlansRequestpublic static DescribeScalingPlanResourcesRequest.Builder builder()
public static Class<? extends DescribeScalingPlanResourcesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.