Class AutoScalingPlansResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.autoscalingplans.model.AutoScalingPlansResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CreateScalingPlanResponse,DeleteScalingPlanResponse,DescribeScalingPlanResourcesResponse,DescribeScalingPlansResponse,GetScalingPlanResourceForecastDataResponse,UpdateScalingPlanResponse
@Generated("software.amazon.awssdk:codegen") public abstract class AutoScalingPlansResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutoScalingPlansResponse.Builderprotected static classAutoScalingPlansResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedAutoScalingPlansResponse(AutoScalingPlansResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoScalingPlansResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
AutoScalingPlansResponse
protected AutoScalingPlansResponse(AutoScalingPlansResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public AutoScalingPlansResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-