@Generated(value="software.amazon.awssdk:codegen") public final class Page extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Page.Builder,Page>
Incident Manager engaging a contact's contact channel.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Page.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Page.Builder |
builder() |
String |
contactArn()
The ARN of the contact that Incident Manager is engaging.
|
Instant |
deliveryTime()
The time the message was delivered to the contact channel.
|
String |
engagementArn()
The ARN of the engagement that this page is part of.
|
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 channel.
|
String |
pageArn()
The Amazon Resource Name (ARN) of the page to the contact channel.
|
Instant |
readTime()
The time that the contact channel acknowledged engagement.
|
List<SdkField<?>> |
sdkFields() |
String |
sender()
The user that started the engagement.
|
Instant |
sentTime()
The time that Incident Manager engaged the contact channel.
|
static Class<? extends Page.Builder> |
serializableBuilderClass() |
Page.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pageArn()
The Amazon Resource Name (ARN) of the page to the contact channel.
public final String engagementArn()
The ARN of the engagement that this page is part of.
public final String contactArn()
The ARN of the 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 channel.
public final Instant sentTime()
The time that Incident Manager engaged the contact channel.
public final Instant deliveryTime()
The time the message was delivered to the contact channel.
public final Instant readTime()
The time that the contact channel acknowledged engagement.
public Page.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Page.Builder,Page>public static Page.Builder builder()
public static Class<? extends Page.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.