public class AdminInitiateAuthResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Initiates the authentication response, as an administrator.
Constructor and Description |
---|
AdminInitiateAuthResult() |
Modifier and Type | Method and Description |
---|---|
AdminInitiateAuthResult |
addChallengeParametersEntry(String key,
String value) |
AdminInitiateAuthResult |
clearChallengeParametersEntries()
Removes all the entries added into ChallengeParameters.
|
AdminInitiateAuthResult |
clone() |
boolean |
equals(Object obj) |
AuthenticationResultType |
getAuthenticationResult()
The result of the authentication response.
|
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 of the authentication response.
|
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.
|
AdminInitiateAuthResult |
withAuthenticationResult(AuthenticationResultType authenticationResult)
The result of the authentication response.
|
AdminInitiateAuthResult |
withChallengeName(ChallengeNameType challengeName)
The name of the challenge.
|
AdminInitiateAuthResult |
withChallengeName(String challengeName)
The name of the challenge.
|
AdminInitiateAuthResult |
withChallengeParameters(Map<String,String> challengeParameters)
The challenge parameters.
|
AdminInitiateAuthResult |
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 AdminInitiateAuthResult 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 AdminInitiateAuthResult 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 AdminInitiateAuthResult 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 AdminInitiateAuthResult withChallengeParameters(Map<String,String> challengeParameters)
The challenge parameters.
challengeParameters
- The challenge parameters.public AdminInitiateAuthResult addChallengeParametersEntry(String key, String value)
public AdminInitiateAuthResult clearChallengeParametersEntries()
public void setAuthenticationResult(AuthenticationResultType authenticationResult)
The result of the authentication response.
authenticationResult
- The result of the authentication response.public AuthenticationResultType getAuthenticationResult()
The result of the authentication response.
public AdminInitiateAuthResult withAuthenticationResult(AuthenticationResultType authenticationResult)
The result of the authentication response.
authenticationResult
- The result of the authentication response.public String toString()
toString
in class Object
Object.toString()
public AdminInitiateAuthResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.