@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NewDeviceMetadataType extends Object implements Serializable, Cloneable, StructuredPojo
The new device metadata type.
| Constructor and Description |
|---|
NewDeviceMetadataType() |
| Modifier and Type | Method and Description |
|---|---|
NewDeviceMetadataType |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceGroupKey()
The device group key.
|
String |
getDeviceKey()
The device key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDeviceGroupKey(String deviceGroupKey)
The device group key.
|
void |
setDeviceKey(String deviceKey)
The device key.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
NewDeviceMetadataType |
withDeviceGroupKey(String deviceGroupKey)
The device group key.
|
NewDeviceMetadataType |
withDeviceKey(String deviceKey)
The device key.
|
public void setDeviceKey(String deviceKey)
The device key.
deviceKey - The device key.public String getDeviceKey()
The device key.
public NewDeviceMetadataType withDeviceKey(String deviceKey)
The device key.
deviceKey - The device key.public void setDeviceGroupKey(String deviceGroupKey)
The device group key.
deviceGroupKey - The device group key.public String getDeviceGroupKey()
The device group key.
public NewDeviceMetadataType withDeviceGroupKey(String deviceGroupKey)
The device group key.
deviceGroupKey - The device group key.public String toString()
toString in class ObjectObject.toString()public NewDeviceMetadataType clone()
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.