@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefinitionInformation extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DefinitionInformation() |
| Modifier and Type | Method and Description |
|---|---|
DefinitionInformation |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Arn of the definition.
|
String |
getCreationTimestamp()
Timestamp of when the definition was created.
|
String |
getId()
Id of the definition.
|
String |
getLastUpdatedTimestamp()
Last updated timestamp of the definition.
|
String |
getLatestVersion()
Last version of the definition.
|
String |
getLatestVersionArn()
Latest version arn of the definition.
|
String |
getName()
Name of the definition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
Arn of the definition.
|
void |
setCreationTimestamp(String creationTimestamp)
Timestamp of when the definition was created.
|
void |
setId(String id)
Id of the definition.
|
void |
setLastUpdatedTimestamp(String lastUpdatedTimestamp)
Last updated timestamp of the definition.
|
void |
setLatestVersion(String latestVersion)
Last version of the definition.
|
void |
setLatestVersionArn(String latestVersionArn)
Latest version arn of the definition.
|
void |
setName(String name)
Name of the definition.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DefinitionInformation |
withArn(String arn)
Arn of the definition.
|
DefinitionInformation |
withCreationTimestamp(String creationTimestamp)
Timestamp of when the definition was created.
|
DefinitionInformation |
withId(String id)
Id of the definition.
|
DefinitionInformation |
withLastUpdatedTimestamp(String lastUpdatedTimestamp)
Last updated timestamp of the definition.
|
DefinitionInformation |
withLatestVersion(String latestVersion)
Last version of the definition.
|
DefinitionInformation |
withLatestVersionArn(String latestVersionArn)
Latest version arn of the definition.
|
DefinitionInformation |
withName(String name)
Name of the definition.
|
public void setArn(String arn)
arn - Arn of the definition.public String getArn()
public DefinitionInformation withArn(String arn)
arn - Arn of the definition.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp - Timestamp of when the definition was created.public String getCreationTimestamp()
public DefinitionInformation withCreationTimestamp(String creationTimestamp)
creationTimestamp - Timestamp of when the definition was created.public void setId(String id)
id - Id of the definition.public String getId()
public DefinitionInformation withId(String id)
id - Id of the definition.public void setLastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp - Last updated timestamp of the definition.public String getLastUpdatedTimestamp()
public DefinitionInformation withLastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp - Last updated timestamp of the definition.public void setLatestVersion(String latestVersion)
latestVersion - Last version of the definition.public String getLatestVersion()
public DefinitionInformation withLatestVersion(String latestVersion)
latestVersion - Last version of the definition.public void setLatestVersionArn(String latestVersionArn)
latestVersionArn - Latest version arn of the definition.public String getLatestVersionArn()
public DefinitionInformation withLatestVersionArn(String latestVersionArn)
latestVersionArn - Latest version arn of the definition.public void setName(String name)
name - Name of the definition.public String getName()
public DefinitionInformation withName(String name)
name - Name of the definition.public String toString()
toString in class ObjectObject.toString()public DefinitionInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.