@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePublicKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdatePublicKeyResult() |
Modifier and Type | Method and Description |
---|---|
UpdatePublicKeyResult |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The current version of the update public key result.
|
PublicKey |
getPublicKey()
Return the results of updating the public key.
|
int |
hashCode() |
void |
setETag(String eTag)
The current version of the update public key result.
|
void |
setPublicKey(PublicKey publicKey)
Return the results of updating the public key.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePublicKeyResult |
withETag(String eTag)
The current version of the update public key result.
|
UpdatePublicKeyResult |
withPublicKey(PublicKey publicKey)
Return the results of updating the public key.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPublicKey(PublicKey publicKey)
Return the results of updating the public key.
publicKey
- Return the results of updating the public key.public PublicKey getPublicKey()
Return the results of updating the public key.
public UpdatePublicKeyResult withPublicKey(PublicKey publicKey)
Return the results of updating the public key.
publicKey
- Return the results of updating the public key.public void setETag(String eTag)
The current version of the update public key result. For example: E2QWRUHAPOMQZL
.
eTag
- The current version of the update public key result. For example: E2QWRUHAPOMQZL
.public String getETag()
The current version of the update public key result. For example: E2QWRUHAPOMQZL
.
E2QWRUHAPOMQZL
.public UpdatePublicKeyResult withETag(String eTag)
The current version of the update public key result. For example: E2QWRUHAPOMQZL
.
eTag
- The current version of the update public key result. For example: E2QWRUHAPOMQZL
.public String toString()
toString
in class Object
Object.toString()
public UpdatePublicKeyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.