public class CreateVirtualMFADeviceResult extends Object implements Serializable, Cloneable
Contains the response to a successful CreateVirtualMFADevice request.
Constructor and Description |
---|
CreateVirtualMFADeviceResult() |
Modifier and Type | Method and Description |
---|---|
CreateVirtualMFADeviceResult |
clone() |
boolean |
equals(Object obj) |
VirtualMFADevice |
getVirtualMFADevice()
A newly created virtual MFA device.
|
int |
hashCode() |
void |
setVirtualMFADevice(VirtualMFADevice virtualMFADevice)
A newly created virtual MFA device.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVirtualMFADeviceResult |
withVirtualMFADevice(VirtualMFADevice virtualMFADevice)
A newly created virtual MFA device.
|
public VirtualMFADevice getVirtualMFADevice()
public void setVirtualMFADevice(VirtualMFADevice virtualMFADevice)
virtualMFADevice
- A newly created virtual MFA device.public CreateVirtualMFADeviceResult withVirtualMFADevice(VirtualMFADevice virtualMFADevice)
Returns a reference to this object so that method calls can be chained together.
virtualMFADevice
- A newly created virtual MFA device.public String toString()
toString
in class Object
Object.toString()
public CreateVirtualMFADeviceResult clone()
Copyright © 2015. All rights reserved.