Class AlexaForBusinessResponse.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse.BuilderImpl
-
- software.amazon.awssdk.awscore.AwsResponse.BuilderImpl
-
- software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessResponse.BuilderImpl
-
- All Implemented Interfaces:
AwsResponse.Builder,SdkResponse.Builder,AlexaForBusinessResponse.Builder
- Enclosing class:
- AlexaForBusinessResponse
protected abstract static class AlexaForBusinessResponse.BuilderImpl extends AwsResponse.BuilderImpl implements AlexaForBusinessResponse.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(AlexaForBusinessResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlexaForBusinessResponseMetadataresponseMetadata()AlexaForBusinessResponse.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.alexaforbusiness.model.AlexaForBusinessResponse.Builder
build
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Constructor Detail
-
BuilderImpl
protected BuilderImpl()
-
BuilderImpl
protected BuilderImpl(AlexaForBusinessResponse response)
-
-
Method Detail
-
responseMetadata
public AlexaForBusinessResponseMetadata responseMetadata()
- Specified by:
responseMetadatain interfaceAlexaForBusinessResponse.Builder- Specified by:
responseMetadatain interfaceAwsResponse.Builder- Overrides:
responseMetadatain classAwsResponse.BuilderImpl
-
responseMetadata
public AlexaForBusinessResponse.Builder responseMetadata(AwsResponseMetadata responseMetadata)
- Specified by:
responseMetadatain interfaceAlexaForBusinessResponse.Builder- Specified by:
responseMetadatain interfaceAwsResponse.Builder- Overrides:
responseMetadatain classAwsResponse.BuilderImpl
-
-