Class ChimeSdkMessagingResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AssociateChannelFlowResponse,BatchCreateChannelMembershipResponse,ChannelFlowCallbackResponse,CreateChannelBanResponse,CreateChannelFlowResponse,CreateChannelMembershipResponse,CreateChannelModeratorResponse,CreateChannelResponse,DeleteChannelBanResponse,DeleteChannelFlowResponse,DeleteChannelMembershipResponse,DeleteChannelMessageResponse,DeleteChannelModeratorResponse,DeleteChannelResponse,DeleteMessagingStreamingConfigurationsResponse,DescribeChannelBanResponse,DescribeChannelFlowResponse,DescribeChannelMembershipForAppInstanceUserResponse,DescribeChannelMembershipResponse,DescribeChannelModeratedByAppInstanceUserResponse,DescribeChannelModeratorResponse,DescribeChannelResponse,DisassociateChannelFlowResponse,GetChannelMembershipPreferencesResponse,GetChannelMessageResponse,GetChannelMessageStatusResponse,GetMessagingSessionEndpointResponse,GetMessagingStreamingConfigurationsResponse,ListChannelBansResponse,ListChannelFlowsResponse,ListChannelMembershipsForAppInstanceUserResponse,ListChannelMembershipsResponse,ListChannelMessagesResponse,ListChannelModeratorsResponse,ListChannelsAssociatedWithChannelFlowResponse,ListChannelsModeratedByAppInstanceUserResponse,ListChannelsResponse,ListSubChannelsResponse,ListTagsForResourceResponse,PutChannelExpirationSettingsResponse,PutChannelMembershipPreferencesResponse,PutMessagingStreamingConfigurationsResponse,RedactChannelMessageResponse,SearchChannelsResponse,SendChannelMessageResponse,TagResourceResponse,UntagResourceResponse,UpdateChannelFlowResponse,UpdateChannelMessageResponse,UpdateChannelReadMarkerResponse,UpdateChannelResponse
@Generated("software.amazon.awssdk:codegen") public abstract class ChimeSdkMessagingResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChimeSdkMessagingResponse.Builderprotected static classChimeSdkMessagingResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedChimeSdkMessagingResponse(ChimeSdkMessagingResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChimeSdkMessagingResponseMetadataresponseMetadata()-
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
-
ChimeSdkMessagingResponse
protected ChimeSdkMessagingResponse(ChimeSdkMessagingResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public ChimeSdkMessagingResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-