@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeviceSecretVerifierConfigType extends Object implements Serializable, Cloneable, StructuredPojo
The device verifier against which it will be 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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPasswordVerifier(String passwordVerifier)
The password verifier.
|
void |
setSalt(String salt)
The salt.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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 void setSalt(String salt)
The salt.
salt
- The salt.public String getSalt()
The salt.
public DeviceSecretVerifierConfigType withSalt(String salt)
The salt.
salt
- The salt.public String toString()
toString
in class Object
Object.toString()
public DeviceSecretVerifierConfigType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.