public class SendMessageResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| SendMessageResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.String | getAbsoluteTime()
 The time when the message was sent. | 
| java.lang.String | getId()
 The ID of the message. | 
| int | hashCode() | 
| void | setAbsoluteTime(java.lang.String absoluteTime)
 The time when the message was sent. | 
| void | setId(java.lang.String id)
 The ID of the message. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| SendMessageResult | withAbsoluteTime(java.lang.String absoluteTime)
 The time when the message was sent. | 
| SendMessageResult | withId(java.lang.String id)
 The ID of the message. | 
public java.lang.String getId()
The ID of the message.
 Constraints:
 Length: 1 - 256
The ID of the message.
public void setId(java.lang.String id)
The ID of the message.
 Constraints:
 Length: 1 - 256
id - The ID of the message.
public SendMessageResult withId(java.lang.String id)
The ID of the message.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 256
id - The ID of the message.
public java.lang.String getAbsoluteTime()
The time when the message was sent.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
 Constraints:
 Length: 1 - 100
The time when the message was sent.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
public void setAbsoluteTime(java.lang.String absoluteTime)
The time when the message was sent.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
 Constraints:
 Length: 1 - 100
absoluteTime - The time when the message was sent.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
public SendMessageResult withAbsoluteTime(java.lang.String absoluteTime)
The time when the message was sent.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 100
absoluteTime - The time when the message was sent.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.