@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StateMachineAliasListItem extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about a specific state machine alias.
| Constructor and Description | 
|---|
| StateMachineAliasListItem() | 
| Modifier and Type | Method and Description | 
|---|---|
| StateMachineAliasListItem | clone() | 
| boolean | equals(Object obj) | 
| Date | getCreationDate()
 The creation date of a state machine alias. | 
| String | getStateMachineAliasArn()
 The Amazon Resource Name (ARN) that identifies a state machine alias. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCreationDate(Date creationDate)
 The creation date of a state machine alias. | 
| void | setStateMachineAliasArn(String stateMachineAliasArn)
 The Amazon Resource Name (ARN) that identifies a state machine alias. | 
| String | toString()Returns a string representation of this object. | 
| StateMachineAliasListItem | withCreationDate(Date creationDate)
 The creation date of a state machine alias. | 
| StateMachineAliasListItem | withStateMachineAliasArn(String stateMachineAliasArn)
 The Amazon Resource Name (ARN) that identifies a state machine alias. | 
public void setStateMachineAliasArn(String stateMachineAliasArn)
 The Amazon Resource Name (ARN) that identifies a state machine alias. The alias ARN is a combination of state
 machine ARN and the alias name separated by a colon (:). For example, stateMachineARN:PROD.
 
stateMachineAliasArn - The Amazon Resource Name (ARN) that identifies a state machine alias. The alias ARN is a combination of
        state machine ARN and the alias name separated by a colon (:). For example,
        stateMachineARN:PROD.public String getStateMachineAliasArn()
 The Amazon Resource Name (ARN) that identifies a state machine alias. The alias ARN is a combination of state
 machine ARN and the alias name separated by a colon (:). For example, stateMachineARN:PROD.
 
stateMachineARN:PROD.public StateMachineAliasListItem withStateMachineAliasArn(String stateMachineAliasArn)
 The Amazon Resource Name (ARN) that identifies a state machine alias. The alias ARN is a combination of state
 machine ARN and the alias name separated by a colon (:). For example, stateMachineARN:PROD.
 
stateMachineAliasArn - The Amazon Resource Name (ARN) that identifies a state machine alias. The alias ARN is a combination of
        state machine ARN and the alias name separated by a colon (:). For example,
        stateMachineARN:PROD.public void setCreationDate(Date creationDate)
The creation date of a state machine alias.
creationDate - The creation date of a state machine alias.public Date getCreationDate()
The creation date of a state machine alias.
public StateMachineAliasListItem withCreationDate(Date creationDate)
The creation date of a state machine alias.
creationDate - The creation date of a state machine alias.public String toString()
toString in class ObjectObject.toString()public StateMachineAliasListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.