@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.
|
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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetPublicKeyConfigResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.