@Generated(value="software.amazon.awssdk:codegen") public final class ContactTargetInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContactTargetInfo.Builder,ContactTargetInfo>
The contact that Incident Manager is engaging during an incident.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContactTargetInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContactTargetInfo.Builder |
builder() |
String |
contactId()
The Amazon Resource Name (ARN) of the contact.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isEssential()
A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContactTargetInfo.Builder> |
serializableBuilderClass() |
ContactTargetInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String contactId()
The Amazon Resource Name (ARN) of the contact.
public final Boolean isEssential()
A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
public ContactTargetInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContactTargetInfo.Builder,ContactTargetInfo>public static ContactTargetInfo.Builder builder()
public static Class<? extends ContactTargetInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.