@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StateMachineVersionListItem extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about a specific state machine version.
| Constructor and Description | 
|---|
StateMachineVersionListItem()  | 
| Modifier and Type | Method and Description | 
|---|---|
StateMachineVersionListItem | 
clone()  | 
boolean | 
equals(Object obj)  | 
Date | 
getCreationDate()
 The creation date of a state machine version. 
 | 
String | 
getStateMachineVersionArn()
 The Amazon Resource Name (ARN) that identifies a state machine version. 
 | 
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 version. 
 | 
void | 
setStateMachineVersionArn(String stateMachineVersionArn)
 The Amazon Resource Name (ARN) that identifies a state machine version. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
StateMachineVersionListItem | 
withCreationDate(Date creationDate)
 The creation date of a state machine version. 
 | 
StateMachineVersionListItem | 
withStateMachineVersionArn(String stateMachineVersionArn)
 The Amazon Resource Name (ARN) that identifies a state machine version. 
 | 
public void setStateMachineVersionArn(String stateMachineVersionArn)
 The Amazon Resource Name (ARN) that identifies a state machine version. The version ARN is a combination of state
 machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1.
 
stateMachineVersionArn - The Amazon Resource Name (ARN) that identifies a state machine version. The version ARN is a combination
        of state machine ARN and the version number separated by a colon (:). For example,
        stateMachineARN:1.public String getStateMachineVersionArn()
 The Amazon Resource Name (ARN) that identifies a state machine version. The version ARN is a combination of state
 machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1.
 
stateMachineARN:1.public StateMachineVersionListItem withStateMachineVersionArn(String stateMachineVersionArn)
 The Amazon Resource Name (ARN) that identifies a state machine version. The version ARN is a combination of state
 machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1.
 
stateMachineVersionArn - The Amazon Resource Name (ARN) that identifies a state machine version. The version ARN is a combination
        of state machine ARN and the version number separated by a colon (:). For example,
        stateMachineARN:1.public void setCreationDate(Date creationDate)
The creation date of a state machine version.
creationDate - The creation date of a state machine version.public Date getCreationDate()
The creation date of a state machine version.
public StateMachineVersionListItem withCreationDate(Date creationDate)
The creation date of a state machine version.
creationDate - The creation date of a state machine version.public String toString()
toString in class ObjectObject.toString()public StateMachineVersionListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.