Class CreateVirtualMFADeviceResult
- java.lang.Object
-
- com.amazonaws.services.identitymanagement.model.CreateVirtualMFADeviceResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CreateVirtualMFADeviceResult extends Object implements Serializable, Cloneable
Contains the response to a successful CreateVirtualMFADevice request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateVirtualMFADeviceResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateVirtualMFADeviceResultclone()booleanequals(Object obj)VirtualMFADevicegetVirtualMFADevice()A structure containing details about the new virtual MFA device.inthashCode()voidsetVirtualMFADevice(VirtualMFADevice virtualMFADevice)A structure containing details about the new virtual MFA device.StringtoString()Returns a string representation of this object; useful for testing and debugging.CreateVirtualMFADeviceResultwithVirtualMFADevice(VirtualMFADevice virtualMFADevice)A structure containing details about the new virtual MFA device.
-
-
-
Method Detail
-
setVirtualMFADevice
public void setVirtualMFADevice(VirtualMFADevice virtualMFADevice)
A structure containing details about the new virtual MFA device.
- Parameters:
virtualMFADevice- A structure containing details about the new virtual MFA device.
-
getVirtualMFADevice
public VirtualMFADevice getVirtualMFADevice()
A structure containing details about the new virtual MFA device.
- Returns:
- A structure containing details about the new virtual MFA device.
-
withVirtualMFADevice
public CreateVirtualMFADeviceResult withVirtualMFADevice(VirtualMFADevice virtualMFADevice)
A structure containing details about the new virtual MFA device.
- Parameters:
virtualMFADevice- A structure containing details about the new virtual MFA device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateVirtualMFADeviceResult clone()
-
-