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