StructuredPojo
, ToCopyableBuilder<DeviceDefinitionVersion.Builder,DeviceDefinitionVersion>
@Generated("software.amazon.awssdk:codegen") public class DeviceDefinitionVersion extends Object implements StructuredPojo, ToCopyableBuilder<DeviceDefinitionVersion.Builder,DeviceDefinitionVersion>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeviceDefinitionVersion.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DeviceDefinitionVersion.Builder |
builder() |
|
List<Device> |
devices() |
Devices in the definition version.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends DeviceDefinitionVersion.Builder> |
serializableBuilderClass() |
|
DeviceDefinitionVersion.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<Device> devices()
public DeviceDefinitionVersion.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeviceDefinitionVersion.Builder,DeviceDefinitionVersion>
public static DeviceDefinitionVersion.Builder builder()
public static Class<? extends DeviceDefinitionVersion.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.