ToCopyableBuilder<GetDeviceDefinitionVersionResponse.Builder,GetDeviceDefinitionVersionResponse>
@Generated("software.amazon.awssdk:codegen") public class GetDeviceDefinitionVersionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetDeviceDefinitionVersionResponse.Builder,GetDeviceDefinitionVersionResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDeviceDefinitionVersionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
Arn of the device definition version.
|
static GetDeviceDefinitionVersionResponse.Builder |
builder() |
|
String |
creationTimestamp() |
Timestamp of when the device definition version was created.
|
DeviceDefinitionVersion |
definition() |
Device definition version
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
Id of the device definition the version belongs to.
|
static Class<? extends GetDeviceDefinitionVersionResponse.Builder> |
serializableBuilderClass() |
|
GetDeviceDefinitionVersionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
Version of the device definition version.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String arn()
public String creationTimestamp()
public DeviceDefinitionVersion definition()
public String id()
public String version()
public GetDeviceDefinitionVersionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDeviceDefinitionVersionResponse.Builder,GetDeviceDefinitionVersionResponse>
public static GetDeviceDefinitionVersionResponse.Builder builder()
public static Class<? extends GetDeviceDefinitionVersionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.