@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VersionInformation extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
VersionInformation() |
Modifier and Type | Method and Description |
---|---|
VersionInformation |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the version.
|
String |
getCreationTimestamp()
The time, in milliseconds since the epoch, when the version was created.
|
String |
getId()
The ID of the parent definition that the version is associated with.
|
String |
getVersion()
The ID of the version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the version.
|
void |
setCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
void |
setId(String id)
The ID of the parent definition that the version is associated with.
|
void |
setVersion(String version)
The ID of the version.
|
String |
toString()
Returns a string representation of this object.
|
VersionInformation |
withArn(String arn)
The ARN of the version.
|
VersionInformation |
withCreationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
VersionInformation |
withId(String id)
The ID of the parent definition that the version is associated with.
|
VersionInformation |
withVersion(String version)
The ID of the version.
|
public void setArn(String arn)
arn
- The ARN of the version.public String getArn()
public VersionInformation withArn(String arn)
arn
- The ARN of the version.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the version was created.public String getCreationTimestamp()
public VersionInformation withCreationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the version was created.public void setId(String id)
id
- The ID of the parent definition that the version is associated with.public String getId()
public VersionInformation withId(String id)
id
- The ID of the parent definition that the version is associated with.public void setVersion(String version)
version
- The ID of the version.public String getVersion()
public VersionInformation withVersion(String version)
version
- The ID of the version.public String toString()
toString
in class Object
Object.toString()
public VersionInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.