@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChallengeResponseType extends Object implements Serializable, Cloneable, StructuredPojo
The challenge response type.
Constructor and Description |
---|
ChallengeResponseType() |
Modifier and Type | Method and Description |
---|---|
ChallengeResponseType |
clone() |
boolean |
equals(Object obj) |
String |
getChallengeName()
The challenge name.
|
String |
getChallengeResponse()
The challenge response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChallengeName(String challengeName)
The challenge name.
|
void |
setChallengeResponse(String challengeResponse)
The challenge response.
|
String |
toString()
Returns a string representation of this object.
|
ChallengeResponseType |
withChallengeName(ChallengeName challengeName)
The challenge name.
|
ChallengeResponseType |
withChallengeName(String challengeName)
The challenge name.
|
ChallengeResponseType |
withChallengeResponse(ChallengeResponse challengeResponse)
The challenge response.
|
ChallengeResponseType |
withChallengeResponse(String challengeResponse)
The challenge response.
|
public void setChallengeName(String challengeName)
The challenge name.
challengeName
- The challenge name.ChallengeName
public String getChallengeName()
The challenge name.
ChallengeName
public ChallengeResponseType withChallengeName(String challengeName)
The challenge name.
challengeName
- The challenge name.ChallengeName
public ChallengeResponseType withChallengeName(ChallengeName challengeName)
The challenge name.
challengeName
- The challenge name.ChallengeName
public void setChallengeResponse(String challengeResponse)
The challenge response.
challengeResponse
- The challenge response.ChallengeResponse
public String getChallengeResponse()
The challenge response.
ChallengeResponse
public ChallengeResponseType withChallengeResponse(String challengeResponse)
The challenge response.
challengeResponse
- The challenge response.ChallengeResponse
public ChallengeResponseType withChallengeResponse(ChallengeResponse challengeResponse)
The challenge response.
challengeResponse
- The challenge response.ChallengeResponse
public String toString()
toString
in class Object
Object.toString()
public ChallengeResponseType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.