@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Core extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Core() |
| Modifier and Type | Method and Description |
|---|---|
Core |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
Certificate arn of the core.
|
String |
getId()
Element Id for this entry in the list.
|
Boolean |
getSyncShadow()
If true, the local shadow value automatically syncs with the cloud's shadow state.
|
String |
getThingArn()
Thing arn of the core.
|
int |
hashCode() |
Boolean |
isSyncShadow()
If true, the local shadow value automatically syncs with the cloud's shadow state.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCertificateArn(String certificateArn)
Certificate arn of the core.
|
void |
setId(String id)
Element Id for this entry in the list.
|
void |
setSyncShadow(Boolean syncShadow)
If true, the local shadow value automatically syncs with the cloud's shadow state.
|
void |
setThingArn(String thingArn)
Thing arn of the core.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Core |
withCertificateArn(String certificateArn)
Certificate arn of the core.
|
Core |
withId(String id)
Element Id for this entry in the list.
|
Core |
withSyncShadow(Boolean syncShadow)
If true, the local shadow value automatically syncs with the cloud's shadow state.
|
Core |
withThingArn(String thingArn)
Thing arn of the core.
|
public void setCertificateArn(String certificateArn)
certificateArn - Certificate arn of the core.public String getCertificateArn()
public Core withCertificateArn(String certificateArn)
certificateArn - Certificate arn of the core.public void setId(String id)
id - Element Id for this entry in the list.public String getId()
public Core withId(String id)
id - Element Id for this entry in the list.public void setSyncShadow(Boolean syncShadow)
syncShadow - If true, the local shadow value automatically syncs with the cloud's shadow state.public Boolean getSyncShadow()
public Core withSyncShadow(Boolean syncShadow)
syncShadow - If true, the local shadow value automatically syncs with the cloud's shadow state.public Boolean isSyncShadow()
public void setThingArn(String thingArn)
thingArn - Thing arn of the core.public String getThingArn()
public Core withThingArn(String thingArn)
thingArn - Thing arn of the core.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.