|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.identitymanagement.model.CreateVirtualMFADeviceResult
public class CreateVirtualMFADeviceResult
Contains the result of a successful invocation of the CreateVirtualMFADevice action.
Constructor Summary | |
---|---|
CreateVirtualMFADeviceResult()
|
Method Summary | |
---|---|
VirtualMFADevice |
getVirtualMFADevice()
A newly created virtual MFA device. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateVirtualMFADeviceResult()
Method Detail |
---|
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()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |