@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfirmDeviceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Confirms the device response.
Constructor and Description |
---|
ConfirmDeviceResult() |
Modifier and Type | Method and Description |
---|---|
ConfirmDeviceResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getUserConfirmationNecessary()
Indicates whether the user confirmation is necessary to confirm the device response.
|
int |
hashCode() |
Boolean |
isUserConfirmationNecessary()
Indicates whether the user confirmation is necessary to confirm the device response.
|
void |
setUserConfirmationNecessary(Boolean userConfirmationNecessary)
Indicates whether the user confirmation is necessary to confirm the device response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ConfirmDeviceResult |
withUserConfirmationNecessary(Boolean userConfirmationNecessary)
Indicates whether the user confirmation is necessary to confirm the device response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserConfirmationNecessary(Boolean userConfirmationNecessary)
Indicates whether the user confirmation is necessary to confirm the device response.
userConfirmationNecessary
- Indicates whether the user confirmation is necessary to confirm the device response.public Boolean getUserConfirmationNecessary()
Indicates whether the user confirmation is necessary to confirm the device response.
public ConfirmDeviceResult withUserConfirmationNecessary(Boolean userConfirmationNecessary)
Indicates whether the user confirmation is necessary to confirm the device response.
userConfirmationNecessary
- Indicates whether the user confirmation is necessary to confirm the device response.public Boolean isUserConfirmationNecessary()
Indicates whether the user confirmation is necessary to confirm the device response.
public String toString()
toString
in class Object
Object.toString()
public ConfirmDeviceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.