StructuredPojo
, ToCopyableBuilder<Device.Builder,Device>
@Generated("software.amazon.awssdk:codegen") public class Device extends Object implements StructuredPojo, ToCopyableBuilder<Device.Builder,Device>
Modifier and Type | Class | Description |
---|---|---|
static interface |
Device.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Device.Builder |
builder() |
|
String |
certificateArn() |
Certificate arn of the device.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
Element Id for this entry in the list.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends Device.Builder> |
serializableBuilderClass() |
|
Boolean |
syncShadow() |
If true, the local shadow value automatically syncs with the cloud's shadow state.
|
String |
thingArn() |
Thing arn of the device.
|
Device.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String certificateArn()
public String id()
public Boolean syncShadow()
public String thingArn()
public Device.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Device.Builder,Device>
public static Device.Builder builder()
public static Class<? extends Device.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.