Class AppFabricResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.appfabric.model.AppFabricResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
BatchGetUserAccessTasksResponse,ConnectAppAuthorizationResponse,CreateAppAuthorizationResponse,CreateAppBundleResponse,CreateIngestionDestinationResponse,CreateIngestionResponse,DeleteAppAuthorizationResponse,DeleteAppBundleResponse,DeleteIngestionDestinationResponse,DeleteIngestionResponse,GetAppAuthorizationResponse,GetAppBundleResponse,GetIngestionDestinationResponse,GetIngestionResponse,ListAppAuthorizationsResponse,ListAppBundlesResponse,ListIngestionDestinationsResponse,ListIngestionsResponse,ListTagsForResourceResponse,StartIngestionResponse,StartUserAccessTasksResponse,StopIngestionResponse,TagResourceResponse,UntagResourceResponse,UpdateAppAuthorizationResponse,UpdateIngestionDestinationResponse
@Generated("software.amazon.awssdk:codegen") public abstract class AppFabricResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppFabricResponse.Builderprotected static classAppFabricResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppFabricResponse(AppFabricResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppFabricResponseMetadataresponseMetadata()-
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
-
AppFabricResponse
protected AppFabricResponse(AppFabricResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public AppFabricResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-