@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceSecretVerifierConfigType extends Object implements Serializable, Cloneable, StructuredPojo
The device verifier against which it is authenticated.
| Constructor and Description |
|---|
DeviceSecretVerifierConfigType() |
| Modifier and Type | Method and Description |
|---|---|
DeviceSecretVerifierConfigType |
clone() |
boolean |
equals(Object obj) |
String |
getPasswordVerifier()
The password verifier.
|
String |
getSalt()
The salt
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPasswordVerifier(String passwordVerifier)
The password verifier.
|
void |
setSalt(String salt)
The salt
|
String |
toString()
Returns a string representation of this object.
|
DeviceSecretVerifierConfigType |
withPasswordVerifier(String passwordVerifier)
The password verifier.
|
DeviceSecretVerifierConfigType |
withSalt(String salt)
The salt
|
public void setPasswordVerifier(String passwordVerifier)
The password verifier.
passwordVerifier - The password verifier.public String getPasswordVerifier()
The password verifier.
public DeviceSecretVerifierConfigType withPasswordVerifier(String passwordVerifier)
The password verifier.
passwordVerifier - The password verifier.public DeviceSecretVerifierConfigType withSalt(String salt)
The salt
salt - The saltpublic String toString()
toString in class ObjectObject.toString()public DeviceSecretVerifierConfigType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.