@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) |
String |
getRevisionId()
The revision identifier for the updated state machine.
|
String |
getStateMachineVersionArn()
The Amazon Resource Name (ARN) of the published state machine version.
|
Date |
getUpdateDate()
The date and time the state machine was updated.
|
int |
hashCode() |
void |
setRevisionId(String revisionId)
The revision identifier for the updated state machine.
|
void |
setStateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) of the published state machine version.
|
void |
setUpdateDate(Date updateDate)
The date and time the state machine was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateStateMachineResult |
withRevisionId(String revisionId)
The revision identifier for the updated state machine.
|
UpdateStateMachineResult |
withStateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) of the published state machine version.
|
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 void setRevisionId(String revisionId)
The revision identifier for the updated state machine.
revisionId
- The revision identifier for the updated state machine.public String getRevisionId()
The revision identifier for the updated state machine.
public UpdateStateMachineResult withRevisionId(String revisionId)
The revision identifier for the updated state machine.
revisionId
- The revision identifier for the updated state machine.public void setStateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) of the published state machine version.
If the publish
parameter isn't set to true
, this field returns null.
stateMachineVersionArn
- The Amazon Resource Name (ARN) of the published state machine version.
If the publish
parameter isn't set to true
, this field returns null.
public String getStateMachineVersionArn()
The Amazon Resource Name (ARN) of the published state machine version.
If the publish
parameter isn't set to true
, this field returns null.
If the publish
parameter isn't set to true
, this field returns null.
public UpdateStateMachineResult withStateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) of the published state machine version.
If the publish
parameter isn't set to true
, this field returns null.
stateMachineVersionArn
- The Amazon Resource Name (ARN) of the published state machine version.
If the publish
parameter isn't set to true
, this field returns null.
public String toString()
toString
in class Object
Object.toString()
public UpdateStateMachineResult clone()