@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AlertManagerDefinitionDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AlertManagerDefinitionDescription.Builder |
builder() |
Instant |
createdAt()
The time when the alert manager definition was created.
|
SdkBytes |
data()
The alert manager definition.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
modifiedAt()
The time when the alert manager definition was modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AlertManagerDefinitionDescription.Builder> |
serializableBuilderClass() |
AlertManagerDefinitionStatus |
status()
The status of alert manager definition.
|
AlertManagerDefinitionDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The time when the alert manager definition was created.
public final SdkBytes data()
The alert manager definition.
public final Instant modifiedAt()
The time when the alert manager definition was modified.
public final AlertManagerDefinitionStatus status()
The status of alert manager definition.
public AlertManagerDefinitionDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AlertManagerDefinitionDescription.Builder,AlertManagerDefinitionDescription>public static AlertManagerDefinitionDescription.Builder builder()
public static Class<? extends AlertManagerDefinitionDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.