Class NotificationsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.notifications.model.NotificationsRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AssociateChannelRequest,AssociateManagedNotificationAccountContactRequest,AssociateManagedNotificationAdditionalChannelRequest,CreateEventRuleRequest,CreateNotificationConfigurationRequest,DeleteEventRuleRequest,DeleteNotificationConfigurationRequest,DeregisterNotificationHubRequest,DisableNotificationsAccessForOrganizationRequest,DisassociateChannelRequest,DisassociateManagedNotificationAccountContactRequest,DisassociateManagedNotificationAdditionalChannelRequest,EnableNotificationsAccessForOrganizationRequest,GetEventRuleRequest,GetManagedNotificationChildEventRequest,GetManagedNotificationConfigurationRequest,GetManagedNotificationEventRequest,GetNotificationConfigurationRequest,GetNotificationEventRequest,GetNotificationsAccessForOrganizationRequest,ListChannelsRequest,ListEventRulesRequest,ListManagedNotificationChannelAssociationsRequest,ListManagedNotificationChildEventsRequest,ListManagedNotificationConfigurationsRequest,ListManagedNotificationEventsRequest,ListNotificationConfigurationsRequest,ListNotificationEventsRequest,ListNotificationHubsRequest,ListTagsForResourceRequest,RegisterNotificationHubRequest,TagResourceRequest,UntagResourceRequest,UpdateEventRuleRequest,UpdateNotificationConfigurationRequest
@Generated("software.amazon.awssdk:codegen") public abstract class NotificationsRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotificationsRequest.Builderprotected static classNotificationsRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedNotificationsRequest(NotificationsRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract NotificationsRequest.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
equals, hashCode, overrideConfiguration
-
Methods inherited from class software.amazon.awssdk.core.SdkRequest
getValueForField
-
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
-
NotificationsRequest
protected NotificationsRequest(NotificationsRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract NotificationsRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-