@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPublicKeyConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetPublicKeyConfigResult() |
| Modifier and Type | Method and Description |
|---|---|
GetPublicKeyConfigResult |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The current version of the public key configuration.
|
PublicKeyConfig |
getPublicKeyConfig()
Return the result for the public key configuration.
|
int |
hashCode() |
void |
setETag(String eTag)
The current version of the public key configuration.
|
void |
setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Return the result for the public key configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetPublicKeyConfigResult |
withETag(String eTag)
The current version of the public key configuration.
|
GetPublicKeyConfigResult |
withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Return the result for the public key configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Return the result for the public key configuration.
publicKeyConfig - Return the result for the public key configuration.public PublicKeyConfig getPublicKeyConfig()
Return the result for the public key configuration.
public GetPublicKeyConfigResult withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Return the result for the public key configuration.
publicKeyConfig - Return the result for the public key configuration.public void setETag(String eTag)
The current version of the public key configuration. For example: E2QWRUHAPOMQZL.
eTag - The current version of the public key configuration. For example: E2QWRUHAPOMQZL.public String getETag()
The current version of the public key configuration. For example: E2QWRUHAPOMQZL.
E2QWRUHAPOMQZL.public GetPublicKeyConfigResult withETag(String eTag)
The current version of the public key configuration. For example: E2QWRUHAPOMQZL.
eTag - The current version of the public key configuration. For example: E2QWRUHAPOMQZL.public String toString()
toString in class ObjectObject.toString()public GetPublicKeyConfigResult clone()
Copyright © 2018. All rights reserved.