Class CreateVirtualMFADeviceResult
java.lang.Object
com.amazonaws.services.identitymanagement.model.CreateVirtualMFADeviceResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the response to a successful CreateVirtualMFADevice request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA structure containing details about the new virtual MFA device.inthashCode()voidsetVirtualMFADevice(VirtualMFADevice virtualMFADevice) A structure containing details about the new virtual MFA device.toString()Returns a string representation of this object; useful for testing and debugging.withVirtualMFADevice(VirtualMFADevice virtualMFADevice) A structure containing details about the new virtual MFA device.
-
Constructor Details
-
CreateVirtualMFADeviceResult
public CreateVirtualMFADeviceResult()
-
-
Method Details
-
setVirtualMFADevice
A structure containing details about the new virtual MFA device.
- Parameters:
virtualMFADevice- A structure containing details about the new virtual MFA device.
-
getVirtualMFADevice
A structure containing details about the new virtual MFA device.
- Returns:
- A structure containing details about the new virtual MFA device.
-
withVirtualMFADevice
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-