@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InitiateAuthResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Initiates the authentication response.
Constructor and Description |
---|
InitiateAuthResult() |
Modifier and Type | Method and Description |
---|---|
InitiateAuthResult |
addChallengeParametersEntry(String key,
String value) |
InitiateAuthResult |
clearChallengeParametersEntries()
Removes all the entries added into ChallengeParameters.
|
InitiateAuthResult |
clone() |
boolean |
equals(Object obj) |
AuthenticationResultType |
getAuthenticationResult()
The result returned by the server in response to the request to initiate authentication.
|
String |
getChallengeName()
The name of the challenge.
|
Map<String,String> |
getChallengeParameters()
The challenge parameters.
|
String |
getSession()
The session.
|
int |
hashCode() |
void |
setAuthenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the request to initiate authentication.
|
void |
setChallengeName(ChallengeNameType challengeName)
The name of the challenge.
|
void |
setChallengeName(String challengeName)
The name of the challenge.
|
void |
setChallengeParameters(Map<String,String> challengeParameters)
The challenge parameters.
|
void |
setSession(String session)
The session.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InitiateAuthResult |
withAuthenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the request to initiate authentication.
|
InitiateAuthResult |
withChallengeName(ChallengeNameType challengeName)
The name of the challenge.
|
InitiateAuthResult |
withChallengeName(String challengeName)
The name of the challenge.
|
InitiateAuthResult |
withChallengeParameters(Map<String,String> challengeParameters)
The challenge parameters.
|
InitiateAuthResult |
withSession(String session)
The session.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChallengeName(String challengeName)
The name of the challenge.
challengeName
- The name of the challenge.ChallengeNameType
public String getChallengeName()
The name of the challenge.
ChallengeNameType
public InitiateAuthResult withChallengeName(String challengeName)
The name of the challenge.
challengeName
- The name of the challenge.ChallengeNameType
public void setChallengeName(ChallengeNameType challengeName)
The name of the challenge.
challengeName
- The name of the challenge.ChallengeNameType
public InitiateAuthResult withChallengeName(ChallengeNameType challengeName)
The name of the challenge.
challengeName
- The name of the challenge.ChallengeNameType
public void setSession(String session)
The session.
session
- The session.public String getSession()
The session.
public InitiateAuthResult withSession(String session)
The session.
session
- The session.public Map<String,String> getChallengeParameters()
The challenge parameters.
public void setChallengeParameters(Map<String,String> challengeParameters)
The challenge parameters.
challengeParameters
- The challenge parameters.public InitiateAuthResult withChallengeParameters(Map<String,String> challengeParameters)
The challenge parameters.
challengeParameters
- The challenge parameters.public InitiateAuthResult addChallengeParametersEntry(String key, String value)
public InitiateAuthResult clearChallengeParametersEntries()
public void setAuthenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the request to initiate authentication.
authenticationResult
- The result returned by the server in response to the request to initiate authentication.public AuthenticationResultType getAuthenticationResult()
The result returned by the server in response to the request to initiate authentication.
public InitiateAuthResult withAuthenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the request to initiate authentication.
authenticationResult
- The result returned by the server in response to the request to initiate authentication.public String toString()
toString
in class Object
Object.toString()
public InitiateAuthResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.