@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEncryptionKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetEncryptionKeyRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetEncryptionKeyRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getResourceType()
 The resource type the key encrypts. | 
| String | getScanType()
 The scan type the key encrypts. | 
| int | hashCode() | 
| void | setResourceType(String resourceType)
 The resource type the key encrypts. | 
| void | setScanType(String scanType)
 The scan type the key encrypts. | 
| String | toString()Returns a string representation of this object. | 
| GetEncryptionKeyRequest | withResourceType(ResourceType resourceType)
 The resource type the key encrypts. | 
| GetEncryptionKeyRequest | withResourceType(String resourceType)
 The resource type the key encrypts. | 
| GetEncryptionKeyRequest | withScanType(ScanType scanType)
 The scan type the key encrypts. | 
| GetEncryptionKeyRequest | withScanType(String scanType)
 The scan type the key encrypts. | 
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 setResourceType(String resourceType)
The resource type the key encrypts.
resourceType - The resource type the key encrypts.ResourceTypepublic String getResourceType()
The resource type the key encrypts.
ResourceTypepublic GetEncryptionKeyRequest withResourceType(String resourceType)
The resource type the key encrypts.
resourceType - The resource type the key encrypts.ResourceTypepublic GetEncryptionKeyRequest withResourceType(ResourceType resourceType)
The resource type the key encrypts.
resourceType - The resource type the key encrypts.ResourceTypepublic void setScanType(String scanType)
The scan type the key encrypts.
scanType - The scan type the key encrypts.ScanTypepublic String getScanType()
The scan type the key encrypts.
ScanTypepublic GetEncryptionKeyRequest withScanType(String scanType)
The scan type the key encrypts.
scanType - The scan type the key encrypts.ScanTypepublic GetEncryptionKeyRequest withScanType(ScanType scanType)
The scan type the key encrypts.
scanType - The scan type the key encrypts.ScanTypepublic String toString()
toString in class ObjectObject.toString()public GetEncryptionKeyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()