@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  ETagheader 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  ETagheader 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; useful for testing and debugging. | 
| UpdatePublicKeyRequest | withId(String id)
 ID of the public key to be updated. | 
| UpdatePublicKeyRequest | withIfMatch(String ifMatch)
 The value of the  ETagheader 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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public UpdatePublicKeyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.