Class AlertManagerDefinitionDescription
- java.lang.Object
-
- software.amazon.awssdk.services.amp.model.AlertManagerDefinitionDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AlertManagerDefinitionDescription.Builder,AlertManagerDefinitionDescription>
@Generated("software.amazon.awssdk:codegen") public final class AlertManagerDefinitionDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AlertManagerDefinitionDescription.Builder,AlertManagerDefinitionDescription>
Represents the properties of an alert manager definition.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAlertManagerDefinitionDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AlertManagerDefinitionDescription.Builderbuilder()InstantcreatedAt()The time when the alert manager definition was created.SdkBytesdata()The alert manager definition.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantmodifiedAt()The time when the alert manager definition was modified.List<SdkField<?>>sdkFields()static Class<? extends AlertManagerDefinitionDescription.Builder>serializableBuilderClass()AlertManagerDefinitionStatusstatus()The status of alert manager definition.AlertManagerDefinitionDescription.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
-
status
public final AlertManagerDefinitionStatus status()
The status of alert manager definition.
- Returns:
- The status of alert manager definition.
-
data
public final SdkBytes data()
The alert manager definition.
- Returns:
- The alert manager definition.
-
createdAt
public final Instant createdAt()
The time when the alert manager definition was created.
- Returns:
- The time when the alert manager definition was created.
-
modifiedAt
public final Instant modifiedAt()
The time when the alert manager definition was modified.
- Returns:
- The time when the alert manager definition was modified.
-
toBuilder
public AlertManagerDefinitionDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AlertManagerDefinitionDescription.Builder,AlertManagerDefinitionDescription>
-
builder
public static AlertManagerDefinitionDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends AlertManagerDefinitionDescription.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.
-
-