@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStateMachineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateStateMachineResult() |
Modifier and Type | Method and Description |
---|---|
CreateStateMachineResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date the state machine is created.
|
String |
getStateMachineArn()
The Amazon Resource Name (ARN) that identifies the created state machine.
|
int |
hashCode() |
void |
setCreationDate(Date creationDate)
The date the state machine is created.
|
void |
setStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the created state machine.
|
String |
toString()
Returns a string representation of this object.
|
CreateStateMachineResult |
withCreationDate(Date creationDate)
The date the state machine is created.
|
CreateStateMachineResult |
withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the created state machine.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the created state machine.
stateMachineArn
- The Amazon Resource Name (ARN) that identifies the created state machine.public String getStateMachineArn()
The Amazon Resource Name (ARN) that identifies the created state machine.
public CreateStateMachineResult withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the created state machine.
stateMachineArn
- The Amazon Resource Name (ARN) that identifies the created state machine.public void setCreationDate(Date creationDate)
The date the state machine is created.
creationDate
- The date the state machine is created.public Date getCreationDate()
The date the state machine is created.
public CreateStateMachineResult withCreationDate(Date creationDate)
The date the state machine is created.
creationDate
- The date the state machine is created.public String toString()
toString
in class Object
Object.toString()
public CreateStateMachineResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.