@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeviceIdentifierResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDeviceIdentifierResult() |
Modifier and Type | Method and Description |
---|---|
GetDeviceIdentifierResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetDeviceIdentifierResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetDeviceIdentifierResult |
clone() |
boolean |
equals(Object obj) |
DeviceIdentifier |
getDeviceIdentifier()
Information about the device identifier.
|
Map<String,String> |
getTags()
The device identifier tags.
|
int |
hashCode() |
void |
setDeviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
void |
setTags(Map<String,String> tags)
The device identifier tags.
|
String |
toString()
Returns a string representation of this object.
|
GetDeviceIdentifierResult |
withDeviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
GetDeviceIdentifierResult |
withTags(Map<String,String> tags)
The device identifier tags.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
deviceIdentifier
- Information about the device identifier.public DeviceIdentifier getDeviceIdentifier()
Information about the device identifier.
public GetDeviceIdentifierResult withDeviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
deviceIdentifier
- Information about the device identifier.public Map<String,String> getTags()
The device identifier tags.
public void setTags(Map<String,String> tags)
The device identifier tags.
tags
- The device identifier tags.public GetDeviceIdentifierResult withTags(Map<String,String> tags)
The device identifier tags.
tags
- The device identifier tags.public GetDeviceIdentifierResult addTagsEntry(String key, String value)
public GetDeviceIdentifierResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetDeviceIdentifierResult clone()