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 void setVirtualMFADevice(VirtualMFADevice virtualMFADevice)
A newly created virtual MFA device.
virtualMFADevice - A newly created virtual MFA device.public VirtualMFADevice getVirtualMFADevice()
A newly created virtual MFA device.
public CreateVirtualMFADeviceResult withVirtualMFADevice(VirtualMFADevice virtualMFADevice)
A newly created virtual MFA device.
virtualMFADevice - A newly created virtual MFA device.public String toString()
toString in class ObjectObject.toString()public CreateVirtualMFADeviceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.