Class NotificationsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.notifications.model.NotificationsResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AssociateChannelResponse,AssociateManagedNotificationAccountContactResponse,AssociateManagedNotificationAdditionalChannelResponse,CreateEventRuleResponse,CreateNotificationConfigurationResponse,DeleteEventRuleResponse,DeleteNotificationConfigurationResponse,DeregisterNotificationHubResponse,DisableNotificationsAccessForOrganizationResponse,DisassociateChannelResponse,DisassociateManagedNotificationAccountContactResponse,DisassociateManagedNotificationAdditionalChannelResponse,EnableNotificationsAccessForOrganizationResponse,GetEventRuleResponse,GetManagedNotificationChildEventResponse,GetManagedNotificationConfigurationResponse,GetManagedNotificationEventResponse,GetNotificationConfigurationResponse,GetNotificationEventResponse,GetNotificationsAccessForOrganizationResponse,ListChannelsResponse,ListEventRulesResponse,ListManagedNotificationChannelAssociationsResponse,ListManagedNotificationChildEventsResponse,ListManagedNotificationConfigurationsResponse,ListManagedNotificationEventsResponse,ListNotificationConfigurationsResponse,ListNotificationEventsResponse,ListNotificationHubsResponse,ListTagsForResourceResponse,RegisterNotificationHubResponse,TagResourceResponse,UntagResourceResponse,UpdateEventRuleResponse,UpdateNotificationConfigurationResponse
@Generated("software.amazon.awssdk:codegen") public abstract class NotificationsResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotificationsResponse.Builderprotected static classNotificationsResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedNotificationsResponse(NotificationsResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationsResponseMetadataresponseMetadata()-
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
-
NotificationsResponse
protected NotificationsResponse(NotificationsResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public NotificationsResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-