@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterAVSDeviceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
RegisterAVSDeviceResult() |
| Modifier and Type | Method and Description |
|---|---|
RegisterAVSDeviceResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceArn()
The ARN of the device.
|
int |
hashCode() |
void |
setDeviceArn(String deviceArn)
The ARN of the device.
|
String |
toString()
Returns a string representation of this object.
|
RegisterAVSDeviceResult |
withDeviceArn(String deviceArn)
The ARN of the device.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDeviceArn(String deviceArn)
The ARN of the device.
deviceArn - The ARN of the device.public String getDeviceArn()
The ARN of the device.
public RegisterAVSDeviceResult withDeviceArn(String deviceArn)
The ARN of the device.
deviceArn - The ARN of the device.public String toString()
toString in class ObjectObject.toString()public RegisterAVSDeviceResult clone()
Copyright © 2023. All rights reserved.