@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateChallengeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateChallengeResult() |
Modifier and Type | Method and Description |
---|---|
CreateChallengeResult |
clone() |
boolean |
equals(Object obj) |
Challenge |
getChallenge()
Returns the challenge details for the specified connector.
|
int |
hashCode() |
void |
setChallenge(Challenge challenge)
Returns the challenge details for the specified connector.
|
String |
toString()
Returns a string representation of this object.
|
CreateChallengeResult |
withChallenge(Challenge challenge)
Returns the challenge details for the specified connector.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChallenge(Challenge challenge)
Returns the challenge details for the specified connector.
challenge
- Returns the challenge details for the specified connector.public Challenge getChallenge()
Returns the challenge details for the specified connector.
public CreateChallengeResult withChallenge(Challenge challenge)
Returns the challenge details for the specified connector.
challenge
- Returns the challenge details for the specified connector.public String toString()
toString
in class Object
Object.toString()
public CreateChallengeResult clone()