@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStateMachineAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateStateMachineAliasResult() |
Modifier and Type | Method and Description |
---|---|
CreateStateMachineAliasResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date the state machine alias was created.
|
String |
getStateMachineAliasArn()
The Amazon Resource Name (ARN) that identifies the created state machine alias.
|
int |
hashCode() |
void |
setCreationDate(Date creationDate)
The date the state machine alias was created.
|
void |
setStateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies the created state machine alias.
|
String |
toString()
Returns a string representation of this object.
|
CreateStateMachineAliasResult |
withCreationDate(Date creationDate)
The date the state machine alias was created.
|
CreateStateMachineAliasResult |
withStateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies the created state machine alias.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies the created state machine alias.
stateMachineAliasArn
- The Amazon Resource Name (ARN) that identifies the created state machine alias.public String getStateMachineAliasArn()
The Amazon Resource Name (ARN) that identifies the created state machine alias.
public CreateStateMachineAliasResult withStateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies the created state machine alias.
stateMachineAliasArn
- The Amazon Resource Name (ARN) that identifies the created state machine alias.public void setCreationDate(Date creationDate)
The date the state machine alias was created.
creationDate
- The date the state machine alias was created.public Date getCreationDate()
The date the state machine alias was created.
public CreateStateMachineAliasResult withCreationDate(Date creationDate)
The date the state machine alias was created.
creationDate
- The date the state machine alias was created.public String toString()
toString
in class Object
Object.toString()
public CreateStateMachineAliasResult clone()