@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStateMachineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateStateMachineResult() |
Modifier and Type | Method and Description |
---|---|
UpdateStateMachineResult |
clone() |
boolean |
equals(Object obj) |
Date |
getUpdateDate()
The date and time the state machine was updated.
|
int |
hashCode() |
void |
setUpdateDate(Date updateDate)
The date and time the state machine was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateStateMachineResult |
withUpdateDate(Date updateDate)
The date and time the state machine was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUpdateDate(Date updateDate)
The date and time the state machine was updated.
updateDate
- The date and time the state machine was updated.public Date getUpdateDate()
The date and time the state machine was updated.
public UpdateStateMachineResult withUpdateDate(Date updateDate)
The date and time the state machine was updated.
updateDate
- The date and time the state machine was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateStateMachineResult clone()
Copyright © 2022. All rights reserved.