@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePublicKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePublicKeyRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePublicKeyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
ID of the public key to be updated.
|
String |
getIfMatch()
The value of the
ETag header that you received when retrieving the public key to update. |
PublicKeyConfig |
getPublicKeyConfig()
Request to update public key information.
|
int |
hashCode() |
void |
setId(String id)
ID of the public key to be updated.
|
void |
setIfMatch(String ifMatch)
The value of the
ETag header that you received when retrieving the public key to update. |
void |
setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Request to update public key information.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePublicKeyRequest |
withId(String id)
ID of the public key to be updated.
|
UpdatePublicKeyRequest |
withIfMatch(String ifMatch)
The value of the
ETag header that you received when retrieving the public key to update. |
UpdatePublicKeyRequest |
withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Request to update public key information.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Request to update public key information.
publicKeyConfig
- Request to update public key information.public PublicKeyConfig getPublicKeyConfig()
Request to update public key information.
public UpdatePublicKeyRequest withPublicKeyConfig(PublicKeyConfig publicKeyConfig)
Request to update public key information.
publicKeyConfig
- Request to update public key information.public void setId(String id)
ID of the public key to be updated.
id
- ID of the public key to be updated.public String getId()
ID of the public key to be updated.
public UpdatePublicKeyRequest withId(String id)
ID of the public key to be updated.
id
- ID of the public key to be updated.public void setIfMatch(String ifMatch)
The value of the ETag
header that you received when retrieving the public key to update. For
example: E2QWRUHAPOMQZL
.
ifMatch
- The value of the ETag
header that you received when retrieving the public key to update. For
example: E2QWRUHAPOMQZL
.public String getIfMatch()
The value of the ETag
header that you received when retrieving the public key to update. For
example: E2QWRUHAPOMQZL
.
ETag
header that you received when retrieving the public key to update. For
example: E2QWRUHAPOMQZL
.public UpdatePublicKeyRequest withIfMatch(String ifMatch)
The value of the ETag
header that you received when retrieving the public key to update. For
example: E2QWRUHAPOMQZL
.
ifMatch
- The value of the ETag
header that you received when retrieving the public key to update. For
example: E2QWRUHAPOMQZL
.public String toString()
toString
in class Object
Object.toString()
public UpdatePublicKeyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.