@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAliasResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAliasResult() |
Modifier and Type | Method and Description |
---|---|
GetAliasResult |
clone() |
boolean |
equals(Object obj) |
Alias |
getAlias()
The alias of the Amazon Web Services Payment Cryptography key.
|
int |
hashCode() |
void |
setAlias(Alias alias)
The alias of the Amazon Web Services Payment Cryptography key.
|
String |
toString()
Returns a string representation of this object.
|
GetAliasResult |
withAlias(Alias alias)
The alias of the Amazon Web Services Payment Cryptography key.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAlias(Alias alias)
The alias of the Amazon Web Services Payment Cryptography key.
alias
- The alias of the Amazon Web Services Payment Cryptography key.public Alias getAlias()
The alias of the Amazon Web Services Payment Cryptography key.
public GetAliasResult withAlias(Alias alias)
The alias of the Amazon Web Services Payment Cryptography key.
alias
- The alias of the Amazon Web Services Payment Cryptography key.public String toString()
toString
in class Object
Object.toString()
public GetAliasResult clone()