Class ServerlessApplicationRepositoryResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.serverlessapplicationrepository.model.ServerlessApplicationRepositoryResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CreateApplicationResponse,CreateApplicationVersionResponse,CreateCloudFormationChangeSetResponse,CreateCloudFormationTemplateResponse,DeleteApplicationResponse,GetApplicationPolicyResponse,GetApplicationResponse,GetCloudFormationTemplateResponse,ListApplicationDependenciesResponse,ListApplicationsResponse,ListApplicationVersionsResponse,PutApplicationPolicyResponse,UnshareApplicationResponse,UpdateApplicationResponse
@Generated("software.amazon.awssdk:codegen") public abstract class ServerlessApplicationRepositoryResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServerlessApplicationRepositoryResponse.Builderprotected static classServerlessApplicationRepositoryResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedServerlessApplicationRepositoryResponse(ServerlessApplicationRepositoryResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerlessApplicationRepositoryResponseMetadataresponseMetadata()-
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, sdkFields
-
-
-
-
Constructor Detail
-
ServerlessApplicationRepositoryResponse
protected ServerlessApplicationRepositoryResponse(ServerlessApplicationRepositoryResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public ServerlessApplicationRepositoryResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-