* The friendly name identifying the user. *
*/ private String userName; /** ** Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs. *
*/ private String serialNumber; /** ** The date that a specified user's MFA device was first enabled. *
*/ private java.util.Date enableDate; /** ** The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO * certification levels obtained from FIDO Alliance Metadata Service * (MDS). *
*/ private com.amazonaws.internal.SdkInternalMap* The friendly name identifying the user. *
* * @param userName * The friendly name identifying the user. */ public void setUserName(String userName) { this.userName = userName; } /** ** The friendly name identifying the user. *
* * @return The friendly name identifying the user. */ public String getUserName() { return this.userName; } /** ** The friendly name identifying the user. *
* * @param userName * The friendly name identifying the user. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMFADeviceResult withUserName(String userName) { setUserName(userName); return this; } /** ** Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs. *
* * @param serialNumber * Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs. */ public void setSerialNumber(String serialNumber) { this.serialNumber = serialNumber; } /** ** Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs. *
* * @return Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs. */ public String getSerialNumber() { return this.serialNumber; } /** ** Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs. *
* * @param serialNumber * Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMFADeviceResult withSerialNumber(String serialNumber) { setSerialNumber(serialNumber); return this; } /** ** The date that a specified user's MFA device was first enabled. *
* * @param enableDate * The date that a specified user's MFA device was first enabled. */ public void setEnableDate(java.util.Date enableDate) { this.enableDate = enableDate; } /** ** The date that a specified user's MFA device was first enabled. *
* * @return The date that a specified user's MFA device was first enabled. */ public java.util.Date getEnableDate() { return this.enableDate; } /** ** The date that a specified user's MFA device was first enabled. *
* * @param enableDate * The date that a specified user's MFA device was first enabled. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMFADeviceResult withEnableDate(java.util.Date enableDate) { setEnableDate(enableDate); return this; } /** ** The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO * certification levels obtained from FIDO Alliance Metadata Service * (MDS). *
* * @return The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and * FIDO certification levels obtained from FIDO Alliance * Metadata Service (MDS). */ public java.util.Map* The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO * certification levels obtained from FIDO Alliance Metadata Service * (MDS). *
* * @param certifications * The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO * certification levels obtained from FIDO Alliance Metadata * Service (MDS). */ public void setCertifications(java.util.Map* The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO * certification levels obtained from FIDO Alliance Metadata Service * (MDS). *
* * @param certifications * The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO * certification levels obtained from FIDO Alliance Metadata * Service (MDS). * @return Returns a reference to this object so that method calls can be chained together. */ public GetMFADeviceResult withCertifications(java.util.Map