@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Page extends Object implements Serializable, Cloneable, StructuredPojo
Incident Manager engaging a contact's contact channel.
Constructor and Description |
---|
Page() |
Modifier and Type | Method and Description |
---|---|
Page |
clone() |
boolean |
equals(Object obj) |
String |
getContactArn()
The ARN of the contact that Incident Manager is engaging.
|
Date |
getDeliveryTime()
The time the message was delivered to the contact channel.
|
String |
getEngagementArn()
The ARN of the engagement that this page is part of.
|
String |
getIncidentId()
The ARN of the incident that's engaging the contact channel.
|
String |
getPageArn()
The Amazon Resource Name (ARN) of the page to the contact channel.
|
Date |
getReadTime()
The time that the contact channel acknowledged engagement.
|
String |
getSender()
The user that started the engagement.
|
Date |
getSentTime()
The time that Incident Manager engaged the contact channel.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContactArn(String contactArn)
The ARN of the contact that Incident Manager is engaging.
|
void |
setDeliveryTime(Date deliveryTime)
The time the message was delivered to the contact channel.
|
void |
setEngagementArn(String engagementArn)
The ARN of the engagement that this page is part of.
|
void |
setIncidentId(String incidentId)
The ARN of the incident that's engaging the contact channel.
|
void |
setPageArn(String pageArn)
The Amazon Resource Name (ARN) of the page to the contact channel.
|
void |
setReadTime(Date readTime)
The time that the contact channel acknowledged engagement.
|
void |
setSender(String sender)
The user that started the engagement.
|
void |
setSentTime(Date sentTime)
The time that Incident Manager engaged the contact channel.
|
String |
toString()
Returns a string representation of this object.
|
Page |
withContactArn(String contactArn)
The ARN of the contact that Incident Manager is engaging.
|
Page |
withDeliveryTime(Date deliveryTime)
The time the message was delivered to the contact channel.
|
Page |
withEngagementArn(String engagementArn)
The ARN of the engagement that this page is part of.
|
Page |
withIncidentId(String incidentId)
The ARN of the incident that's engaging the contact channel.
|
Page |
withPageArn(String pageArn)
The Amazon Resource Name (ARN) of the page to the contact channel.
|
Page |
withReadTime(Date readTime)
The time that the contact channel acknowledged engagement.
|
Page |
withSender(String sender)
The user that started the engagement.
|
Page |
withSentTime(Date sentTime)
The time that Incident Manager engaged the contact channel.
|
public void setPageArn(String pageArn)
The Amazon Resource Name (ARN) of the page to the contact channel.
pageArn
- The Amazon Resource Name (ARN) of the page to the contact channel.public String getPageArn()
The Amazon Resource Name (ARN) of the page to the contact channel.
public Page withPageArn(String pageArn)
The Amazon Resource Name (ARN) of the page to the contact channel.
pageArn
- The Amazon Resource Name (ARN) of the page to the contact channel.public void setEngagementArn(String engagementArn)
The ARN of the engagement that this page is part of.
engagementArn
- The ARN of the engagement that this page is part of.public String getEngagementArn()
The ARN of the engagement that this page is part of.
public Page withEngagementArn(String engagementArn)
The ARN of the engagement that this page is part of.
engagementArn
- The ARN of the engagement that this page is part of.public void setContactArn(String contactArn)
The ARN of the contact that Incident Manager is engaging.
contactArn
- The ARN of the contact that Incident Manager is engaging.public String getContactArn()
The ARN of the contact that Incident Manager is engaging.
public Page withContactArn(String contactArn)
The ARN of the contact that Incident Manager is engaging.
contactArn
- The ARN of the contact that Incident Manager is engaging.public void setSender(String sender)
The user that started the engagement.
sender
- The user that started the engagement.public String getSender()
The user that started the engagement.
public Page withSender(String sender)
The user that started the engagement.
sender
- The user that started the engagement.public void setIncidentId(String incidentId)
The ARN of the incident that's engaging the contact channel.
incidentId
- The ARN of the incident that's engaging the contact channel.public String getIncidentId()
The ARN of the incident that's engaging the contact channel.
public Page withIncidentId(String incidentId)
The ARN of the incident that's engaging the contact channel.
incidentId
- The ARN of the incident that's engaging the contact channel.public void setSentTime(Date sentTime)
The time that Incident Manager engaged the contact channel.
sentTime
- The time that Incident Manager engaged the contact channel.public Date getSentTime()
The time that Incident Manager engaged the contact channel.
public Page withSentTime(Date sentTime)
The time that Incident Manager engaged the contact channel.
sentTime
- The time that Incident Manager engaged the contact channel.public void setDeliveryTime(Date deliveryTime)
The time the message was delivered to the contact channel.
deliveryTime
- The time the message was delivered to the contact channel.public Date getDeliveryTime()
The time the message was delivered to the contact channel.
public Page withDeliveryTime(Date deliveryTime)
The time the message was delivered to the contact channel.
deliveryTime
- The time the message was delivered to the contact channel.public void setReadTime(Date readTime)
The time that the contact channel acknowledged engagement.
readTime
- The time that the contact channel acknowledged engagement.public Date getReadTime()
The time that the contact channel acknowledged engagement.
public Page withReadTime(Date readTime)
The time that the contact channel acknowledged engagement.
readTime
- The time that the contact channel acknowledged engagement.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.