@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) |
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 nameChallengeNamepublic String getChallengeName()
The challenge name
ChallengeNamepublic ChallengeResponseType withChallengeName(String challengeName)
The challenge name
challengeName - The challenge nameChallengeNamepublic ChallengeResponseType withChallengeName(ChallengeName challengeName)
The challenge name
challengeName - The challenge nameChallengeNamepublic void setChallengeResponse(String challengeResponse)
The challenge response.
challengeResponse - The challenge response.ChallengeResponsepublic String getChallengeResponse()
The challenge response.
ChallengeResponsepublic ChallengeResponseType withChallengeResponse(String challengeResponse)
The challenge response.
challengeResponse - The challenge response.ChallengeResponsepublic ChallengeResponseType withChallengeResponse(ChallengeResponse challengeResponse)
The challenge response.
challengeResponse - The challenge response.ChallengeResponsepublic String toString()
toString in class ObjectObject.toString()public ChallengeResponseType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.