Class SendDataSetNotificationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.dataexchange.model.DataExchangeRequest
-
- software.amazon.awssdk.services.dataexchange.model.SendDataSetNotificationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<SendDataSetNotificationRequest.Builder,SendDataSetNotificationRequest>
@Generated("software.amazon.awssdk:codegen") public final class SendDataSetNotificationRequest extends DataExchangeRequest implements ToCopyableBuilder<SendDataSetNotificationRequest.Builder,SendDataSetNotificationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSendDataSetNotificationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SendDataSetNotificationRequest.Builderbuilder()StringclientToken()Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick succession erroneously.Stringcomment()Free-form text field for providers to add information about their notifications.StringdataSetId()Affected data set of the notification.NotificationDetailsdetails()Extra details specific to this notification type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ScopeDetailsscope()Affected scope of this notification such as the underlying resources affected by the notification event.List<SdkField<?>>sdkFields()static Class<? extends SendDataSetNotificationRequest.Builder>serializableBuilderClass()SendDataSetNotificationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.NotificationTypetype()The type of the notification.StringtypeAsString()The type of the notification.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
scope
public final ScopeDetails scope()
Affected scope of this notification such as the underlying resources affected by the notification event.
- Returns:
- Affected scope of this notification such as the underlying resources affected by the notification event.
-
clientToken
public final String clientToken()
Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick succession erroneously.
- Returns:
- Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick succession erroneously.
-
comment
public final String comment()
Free-form text field for providers to add information about their notifications.
- Returns:
- Free-form text field for providers to add information about their notifications.
-
dataSetId
public final String dataSetId()
Affected data set of the notification.
- Returns:
- Affected data set of the notification.
-
details
public final NotificationDetails details()
Extra details specific to this notification type.
- Returns:
- Extra details specific to this notification type.
-
type
public final NotificationType type()
The type of the notification. Describing the kind of event the notification is alerting you to.
If the service returns an enum value that is not available in the current SDK version,
typewill returnNotificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the notification. Describing the kind of event the notification is alerting you to.
- See Also:
NotificationType
-
typeAsString
public final String typeAsString()
The type of the notification. Describing the kind of event the notification is alerting you to.
If the service returns an enum value that is not available in the current SDK version,
typewill returnNotificationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the notification. Describing the kind of event the notification is alerting you to.
- See Also:
NotificationType
-
toBuilder
public SendDataSetNotificationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SendDataSetNotificationRequest.Builder,SendDataSetNotificationRequest>- Specified by:
toBuilderin classDataExchangeRequest
-
builder
public static SendDataSetNotificationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends SendDataSetNotificationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-