@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceSummary extends Object implements Serializable, Cloneable, StructuredPojo
Identifying information about the device.
Constructor and Description |
---|
DeviceSummary() |
Modifier and Type | Method and Description |
---|---|
DeviceSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DeviceSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
DeviceSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAssociatedWithJob()
The ID of the job used to order the device.
|
String |
getManagedDeviceArn()
The Amazon Resource Name (ARN) of the device.
|
String |
getManagedDeviceId()
The ID of the device.
|
Map<String,String> |
getTags()
Optional metadata that you assign to a resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssociatedWithJob(String associatedWithJob)
The ID of the job used to order the device.
|
void |
setManagedDeviceArn(String managedDeviceArn)
The Amazon Resource Name (ARN) of the device.
|
void |
setManagedDeviceId(String managedDeviceId)
The ID of the device.
|
void |
setTags(Map<String,String> tags)
Optional metadata that you assign to a resource.
|
String |
toString()
Returns a string representation of this object.
|
DeviceSummary |
withAssociatedWithJob(String associatedWithJob)
The ID of the job used to order the device.
|
DeviceSummary |
withManagedDeviceArn(String managedDeviceArn)
The Amazon Resource Name (ARN) of the device.
|
DeviceSummary |
withManagedDeviceId(String managedDeviceId)
The ID of the device.
|
DeviceSummary |
withTags(Map<String,String> tags)
Optional metadata that you assign to a resource.
|
public void setAssociatedWithJob(String associatedWithJob)
The ID of the job used to order the device.
associatedWithJob
- The ID of the job used to order the device.public String getAssociatedWithJob()
The ID of the job used to order the device.
public DeviceSummary withAssociatedWithJob(String associatedWithJob)
The ID of the job used to order the device.
associatedWithJob
- The ID of the job used to order the device.public void setManagedDeviceArn(String managedDeviceArn)
The Amazon Resource Name (ARN) of the device.
managedDeviceArn
- The Amazon Resource Name (ARN) of the device.public String getManagedDeviceArn()
The Amazon Resource Name (ARN) of the device.
public DeviceSummary withManagedDeviceArn(String managedDeviceArn)
The Amazon Resource Name (ARN) of the device.
managedDeviceArn
- The Amazon Resource Name (ARN) of the device.public void setManagedDeviceId(String managedDeviceId)
The ID of the device.
managedDeviceId
- The ID of the device.public String getManagedDeviceId()
The ID of the device.
public DeviceSummary withManagedDeviceId(String managedDeviceId)
The ID of the device.
managedDeviceId
- The ID of the device.public Map<String,String> getTags()
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
public void setTags(Map<String,String> tags)
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
tags
- Optional metadata that you assign to a resource. You can use tags to categorize a resource in different
ways, such as by purpose, owner, or environment.public DeviceSummary withTags(Map<String,String> tags)
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
tags
- Optional metadata that you assign to a resource. You can use tags to categorize a resource in different
ways, such as by purpose, owner, or environment.public DeviceSummary addTagsEntry(String key, String value)
public DeviceSummary clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DeviceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.