@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()
Arn of the version.
|
String |
getCreationTimestamp()
Timestamp of when the version was created.
|
String |
getId()
Id of the resource container.
|
String |
getVersion()
Unique Id of a version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
Arn of the version.
|
void |
setCreationTimestamp(String creationTimestamp)
Timestamp of when the version was created.
|
void |
setId(String id)
Id of the resource container.
|
void |
setVersion(String version)
Unique Id of a version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
VersionInformation |
withArn(String arn)
Arn of the version.
|
VersionInformation |
withCreationTimestamp(String creationTimestamp)
Timestamp of when the version was created.
|
VersionInformation |
withId(String id)
Id of the resource container.
|
VersionInformation |
withVersion(String version)
Unique Id of a version.
|
public void setArn(String arn)
arn
- Arn of the version.public String getArn()
public VersionInformation withArn(String arn)
arn
- Arn of the version.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp of when the version was created.public String getCreationTimestamp()
public VersionInformation withCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp of when the version was created.public void setId(String id)
id
- Id of the resource container.public String getId()
public VersionInformation withId(String id)
id
- Id of the resource container.public void setVersion(String version)
version
- Unique Id of a version.public String getVersion()
public VersionInformation withVersion(String version)
version
- Unique Id of a 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.