public class CreateVirtualMFADeviceResult extends Object implements Serializable
Contains the result of a successful invocation of the CreateVirtualMFADevice action.
| Constructor and Description |
|---|
CreateVirtualMFADeviceResult() |
| Modifier and Type | Method and Description |
|---|---|
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 ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.