@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendMessageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SendMessageResult() |
Modifier and Type | Method and Description |
---|---|
SendMessageResult |
clone() |
boolean |
equals(Object obj) |
String |
getAbsoluteTime()
The time when the message was sent.
|
String |
getId()
The ID of the message.
|
int |
hashCode() |
void |
setAbsoluteTime(String absoluteTime)
The time when the message was sent.
|
void |
setId(String id)
The ID of the message.
|
String |
toString()
Returns a string representation of this object.
|
SendMessageResult |
withAbsoluteTime(String absoluteTime)
The time when the message was sent.
|
SendMessageResult |
withId(String id)
The ID of the message.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The ID of the message.
id
- The ID of the message.public String getId()
The ID of the message.
public SendMessageResult withId(String id)
The ID of the message.
id
- The ID of the message.public void setAbsoluteTime(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.
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 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.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
public SendMessageResult withAbsoluteTime(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.
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 String toString()
toString
in class Object
Object.toString()
public SendMessageResult clone()
Copyright © 2022. All rights reserved.