Class ApplicationCostProfilerResponse.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse.BuilderImpl
-
- software.amazon.awssdk.awscore.AwsResponse.BuilderImpl
-
- software.amazon.awssdk.services.applicationcostprofiler.model.ApplicationCostProfilerResponse.BuilderImpl
-
- All Implemented Interfaces:
AwsResponse.Builder,SdkResponse.Builder,ApplicationCostProfilerResponse.Builder
- Enclosing class:
- ApplicationCostProfilerResponse
protected abstract static class ApplicationCostProfilerResponse.BuilderImpl extends AwsResponse.BuilderImpl implements ApplicationCostProfilerResponse.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(ApplicationCostProfilerResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationCostProfilerResponseMetadataresponseMetadata()ApplicationCostProfilerResponse.BuilderresponseMetadata(AwsResponseMetadata responseMetadata)-
Methods inherited from class software.amazon.awssdk.core.SdkResponse.BuilderImpl
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.services.applicationcostprofiler.model.ApplicationCostProfilerResponse.Builder
build
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Constructor Detail
-
BuilderImpl
protected BuilderImpl()
-
BuilderImpl
protected BuilderImpl(ApplicationCostProfilerResponse response)
-
-
Method Detail
-
responseMetadata
public ApplicationCostProfilerResponseMetadata responseMetadata()
- Specified by:
responseMetadatain interfaceApplicationCostProfilerResponse.Builder- Specified by:
responseMetadatain interfaceAwsResponse.Builder- Overrides:
responseMetadatain classAwsResponse.BuilderImpl
-
responseMetadata
public ApplicationCostProfilerResponse.Builder responseMetadata(AwsResponseMetadata responseMetadata)
- Specified by:
responseMetadatain interfaceApplicationCostProfilerResponse.Builder- Specified by:
responseMetadatain interfaceAwsResponse.Builder- Overrides:
responseMetadatain classAwsResponse.BuilderImpl
-
-