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>
The details of an alert manager definition. It is the configuration for the alert manager, including information about receivers for routing alerts.
- 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 date and time that the alert manager definition was created.SdkBytesdata()The actual alert manager definition.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantmodifiedAt()The date and time that the alert manager definition was most recently changed.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AlertManagerDefinitionDescription.Builder>serializableBuilderClass()AlertManagerDefinitionStatusstatus()A structure that displays the current status of the 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
-
createdAt
public final Instant createdAt()
The date and time that the alert manager definition was created.
- Returns:
- The date and time that the alert manager definition was created.
-
data
public final SdkBytes data()
The actual alert manager definition.
For details about the alert manager definition, see AlertManagedDefinitionData.
- Returns:
- The actual alert manager definition.
For details about the alert manager definition, see AlertManagedDefinitionData.
-
modifiedAt
public final Instant modifiedAt()
The date and time that the alert manager definition was most recently changed.
- Returns:
- The date and time that the alert manager definition was most recently changed.
-
status
public final AlertManagerDefinitionStatus status()
A structure that displays the current status of the alert manager definition..
- Returns:
- A structure that displays the current status of the alert manager definition..
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-