Class NotificationHubOverview
- java.lang.Object
-
- software.amazon.awssdk.services.notifications.model.NotificationHubOverview
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NotificationHubOverview.Builder,NotificationHubOverview>
@Generated("software.amazon.awssdk:codegen") public final class NotificationHubOverview extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotificationHubOverview.Builder,NotificationHubOverview>
Describes an overview of a
NotificationHub.A
NotificationConfigurationis an account-level setting used to select the Regions where you want to store, process and replicate your notifications.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNotificationHubOverview.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotificationHubOverview.Builderbuilder()InstantcreationTime()The date and time theNotificationHubOverviewwas created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastActivationTime()The most recent time thisNotificationHubhad anACTIVEstatus.StringnotificationHubRegion()The Region of the resource.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NotificationHubOverview.Builder>serializableBuilderClass()NotificationHubStatusSummarystatusSummary()The status summary of the resource.NotificationHubOverview.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
-
notificationHubRegion
public final String notificationHubRegion()
The Region of the resource.
- Returns:
- The Region of the resource.
-
statusSummary
public final NotificationHubStatusSummary statusSummary()
The status summary of the resource.
- Returns:
- The status summary of the resource.
-
creationTime
public final Instant creationTime()
The date and time the
NotificationHubOverviewwas created.- Returns:
- The date and time the
NotificationHubOverviewwas created.
-
lastActivationTime
public final Instant lastActivationTime()
The most recent time this
NotificationHubhad anACTIVEstatus.- Returns:
- The most recent time this
NotificationHubhad anACTIVEstatus.
-
toBuilder
public NotificationHubOverview.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NotificationHubOverview.Builder,NotificationHubOverview>
-
builder
public static NotificationHubOverview.Builder builder()
-
serializableBuilderClass
public static Class<? extends NotificationHubOverview.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-