@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCoreDefinitionVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCoreDefinitionVersionResult() |
Modifier and Type | Method and Description |
---|---|
GetCoreDefinitionVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Arn of the core definition version.
|
String |
getCreationTimestamp()
Timestamp of when the core definition version was created.
|
CoreDefinitionVersion |
getDefinition()
Information on definition
|
String |
getId()
Id of the core definition the version belongs to.
|
String |
getVersion()
Version of the core definition version.
|
int |
hashCode() |
void |
setArn(String arn)
Arn of the core definition version.
|
void |
setCreationTimestamp(String creationTimestamp)
Timestamp of when the core definition version was created.
|
void |
setDefinition(CoreDefinitionVersion definition)
Information on definition
|
void |
setId(String id)
Id of the core definition the version belongs to.
|
void |
setVersion(String version)
Version of the core definition version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetCoreDefinitionVersionResult |
withArn(String arn)
Arn of the core definition version.
|
GetCoreDefinitionVersionResult |
withCreationTimestamp(String creationTimestamp)
Timestamp of when the core definition version was created.
|
GetCoreDefinitionVersionResult |
withDefinition(CoreDefinitionVersion definition)
Information on definition
|
GetCoreDefinitionVersionResult |
withId(String id)
Id of the core definition the version belongs to.
|
GetCoreDefinitionVersionResult |
withVersion(String version)
Version of the core definition version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- Arn of the core definition version.public String getArn()
public GetCoreDefinitionVersionResult withArn(String arn)
arn
- Arn of the core definition version.public void setCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp of when the core definition version was created.public String getCreationTimestamp()
public GetCoreDefinitionVersionResult withCreationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp of when the core definition version was created.public void setDefinition(CoreDefinitionVersion definition)
definition
- Information on definitionpublic CoreDefinitionVersion getDefinition()
public GetCoreDefinitionVersionResult withDefinition(CoreDefinitionVersion definition)
definition
- Information on definitionpublic void setId(String id)
id
- Id of the core definition the version belongs to.public String getId()
public GetCoreDefinitionVersionResult withId(String id)
id
- Id of the core definition the version belongs to.public void setVersion(String version)
version
- Version of the core definition version.public String getVersion()
public GetCoreDefinitionVersionResult withVersion(String version)
version
- Version of the core definition version.public String toString()
toString
in class Object
Object.toString()
public GetCoreDefinitionVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.