@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRandomPasswordResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRandomPasswordResult() |
Modifier and Type | Method and Description |
---|---|
GetRandomPasswordResult |
clone() |
boolean |
equals(Object obj) |
String |
getRandomPassword()
A string with the password.
|
int |
hashCode() |
void |
setRandomPassword(String randomPassword)
A string with the password.
|
String |
toString()
Returns a string representation of this object.
|
GetRandomPasswordResult |
withRandomPassword(String randomPassword)
A string with the password.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRandomPassword(String randomPassword)
A string with the password.
randomPassword
- A string with the password.public String getRandomPassword()
A string with the password.
public GetRandomPasswordResult withRandomPassword(String randomPassword)
A string with the password.
randomPassword
- A string with the password.public String toString()
toString
in class Object
Object.toString()
public GetRandomPasswordResult clone()