Class NotificationDetails
- java.lang.Object
-
- software.amazon.awssdk.services.dataexchange.model.NotificationDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NotificationDetails.Builder,NotificationDetails>
@Generated("software.amazon.awssdk:codegen") public final class NotificationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotificationDetails.Builder,NotificationDetails>
Extra details specific to this notification.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotificationDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotificationDetails.Builderbuilder()DataUpdateRequestDetailsdataUpdate()Extra details specific to a data update type notification.DeprecationRequestDetailsdeprecation()Extra details specific to a deprecation type notification.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()SchemaChangeRequestDetailsschemaChange()Extra details specific to a schema change type notification.List<SdkField<?>>sdkFields()static Class<? extends NotificationDetails.Builder>serializableBuilderClass()NotificationDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
dataUpdate
public final DataUpdateRequestDetails dataUpdate()
Extra details specific to a data update type notification.
- Returns:
- Extra details specific to a data update type notification.
-
deprecation
public final DeprecationRequestDetails deprecation()
Extra details specific to a deprecation type notification.
- Returns:
- Extra details specific to a deprecation type notification.
-
schemaChange
public final SchemaChangeRequestDetails schemaChange()
Extra details specific to a schema change type notification.
- Returns:
- Extra details specific to a schema change type notification.
-
toBuilder
public NotificationDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NotificationDetails.Builder,NotificationDetails>
-
builder
public static NotificationDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends NotificationDetails.Builder> serializableBuilderClass()
-
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.
-
-