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