@Generated(value="software.amazon.awssdk:codegen") public final class Engagement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Engagement.Builder,Engagement>
Incident Manager reaching out to a contact or escalation plan to engage contact during an incident.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Engagement.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Engagement.Builder |
builder() |
String |
contactArn()
The ARN of the escalation plan or contact that Incident Manager is engaging.
|
String |
engagementArn()
The Amazon Resource Name (ARN) of the engagement.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
incidentId()
The ARN of the incident that's engaging the contact.
|
List<SdkField<?>> |
sdkFields() |
String |
sender()
The user that started the engagement.
|
static Class<? extends Engagement.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time that the engagement began.
|
Instant |
stopTime()
The time that the engagement ended.
|
Engagement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String engagementArn()
The Amazon Resource Name (ARN) of the engagement.
public final String contactArn()
The ARN of the escalation plan or contact that Incident Manager is engaging.
public final String sender()
The user that started the engagement.
public final String incidentId()
The ARN of the incident that's engaging the contact.
public final Instant startTime()
The time that the engagement began.
public final Instant stopTime()
The time that the engagement ended.
public Engagement.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Engagement.Builder,Engagement>public static Engagement.Builder builder()
public static Class<? extends Engagement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.