|
Did this page help you?Yes No Tell us about it... |
||||||
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 | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, 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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |