@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 identifier for this version of the public key configuration.
|
PublicKeyConfig |
getPublicKeyConfig()
A public key configuration.
|
int |
hashCode() |
void |
setETag(String eTag)
The identifier for this version of the public key configuration.
|
void |
setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A public key configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetPublicKeyConfigResult |
withETag(String eTag)
The identifier for this version of the public key configuration.
|
GetPublicKeyConfigResult |
withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A public key configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A public key configuration.
publicKeyConfig
- A public key configuration.public PublicKeyConfig getPublicKeyConfig()
A public key configuration.
public GetPublicKeyConfigResult withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
A public key configuration.
publicKeyConfig
- A public key configuration.public void setETag(String eTag)
The identifier for this version of the public key configuration.
eTag
- The identifier for this version of the public key configuration.public String getETag()
The identifier for this version of the public key configuration.
public GetPublicKeyConfigResult withETag(String eTag)
The identifier for this version of the public key configuration.
eTag
- The identifier for this version of the public key configuration.public String toString()
toString
in class Object
Object.toString()
public GetPublicKeyConfigResult clone()