@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetChallengeMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetChallengeMetadataResult() |
| Modifier and Type | Method and Description |
|---|---|
GetChallengeMetadataResult |
clone() |
boolean |
equals(Object obj) |
ChallengeMetadata |
getChallengeMetadata()
The metadata for the challenge.
|
int |
hashCode() |
void |
setChallengeMetadata(ChallengeMetadata challengeMetadata)
The metadata for the challenge.
|
String |
toString()
Returns a string representation of this object.
|
GetChallengeMetadataResult |
withChallengeMetadata(ChallengeMetadata challengeMetadata)
The metadata for the challenge.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setChallengeMetadata(ChallengeMetadata challengeMetadata)
The metadata for the challenge.
challengeMetadata - The metadata for the challenge.public ChallengeMetadata getChallengeMetadata()
The metadata for the challenge.
public GetChallengeMetadataResult withChallengeMetadata(ChallengeMetadata challengeMetadata)
The metadata for the challenge.
challengeMetadata - The metadata for the challenge.public String toString()
toString in class ObjectObject.toString()public GetChallengeMetadataResult clone()