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