@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeactivateDeviceIdentifierResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeactivateDeviceIdentifierResult () |
| Modifier and Type | Method and Description |
|---|---|
DeactivateDeviceIdentifierResult |
clone () |
boolean |
equals (Object obj) |
DeviceIdentifier |
getDeviceIdentifier ()
Information about the device identifier.
|
int |
hashCode () |
void |
setDeviceIdentifier (DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
String |
toString ()
Returns a string representation of this object.
|
DeactivateDeviceIdentifierResult |
withDeviceIdentifier (DeviceIdentifier deviceIdentifier)
Information about the device identifier.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public DeactivateDeviceIdentifierResult()
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 DeactivateDeviceIdentifierResult withDeviceIdentifier(DeviceIdentifier deviceIdentifier)
Information about the device identifier.
deviceIdentifier - Information about the device identifier.public String toString()
toString in class Object Object.toString() public DeactivateDeviceIdentifierResult clone()