Class DataExchangeResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.dataexchange.model.DataExchangeResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AcceptDataGrantResponse
,CancelJobResponse
,CreateDataGrantResponse
,CreateDataSetResponse
,CreateEventActionResponse
,CreateJobResponse
,CreateRevisionResponse
,DeleteAssetResponse
,DeleteDataGrantResponse
,DeleteDataSetResponse
,DeleteEventActionResponse
,DeleteRevisionResponse
,GetAssetResponse
,GetDataGrantResponse
,GetDataSetResponse
,GetEventActionResponse
,GetJobResponse
,GetReceivedDataGrantResponse
,GetRevisionResponse
,ListDataGrantsResponse
,ListDataSetRevisionsResponse
,ListDataSetsResponse
,ListEventActionsResponse
,ListJobsResponse
,ListReceivedDataGrantsResponse
,ListRevisionAssetsResponse
,ListTagsForResourceResponse
,RevokeRevisionResponse
,SendDataSetNotificationResponse
,StartJobResponse
,TagResourceResponse
,UntagResourceResponse
,UpdateAssetResponse
,UpdateDataSetResponse
,UpdateEventActionResponse
,UpdateRevisionResponse
@Generated("software.amazon.awssdk:codegen") public abstract class DataExchangeResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DataExchangeResponse.Builder
protected static class
DataExchangeResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protected
DataExchangeResponse(DataExchangeResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataExchangeResponseMetadata
responseMetadata()
-
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
-
DataExchangeResponse
protected DataExchangeResponse(DataExchangeResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public DataExchangeResponseMetadata responseMetadata()
- Overrides:
responseMetadata
in classAwsResponse
-
-