@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetEncryptionKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResetEncryptionKeyRequest() |
Modifier and Type | Method and Description |
---|---|
ResetEncryptionKeyRequest |
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.
|
ResetEncryptionKeyRequest |
withResourceType(ResourceType resourceType)
The resource type the key encrypts.
|
ResetEncryptionKeyRequest |
withResourceType(String resourceType)
The resource type the key encrypts.
|
ResetEncryptionKeyRequest |
withScanType(ScanType scanType)
The scan type the key encrypts.
|
ResetEncryptionKeyRequest |
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, withSdkRequestTimeout
public void setResourceType(String resourceType)
The resource type the key encrypts.
resourceType
- The resource type the key encrypts.ResourceType
public String getResourceType()
The resource type the key encrypts.
ResourceType
public ResetEncryptionKeyRequest withResourceType(String resourceType)
The resource type the key encrypts.
resourceType
- The resource type the key encrypts.ResourceType
public ResetEncryptionKeyRequest withResourceType(ResourceType resourceType)
The resource type the key encrypts.
resourceType
- The resource type the key encrypts.ResourceType
public void setScanType(String scanType)
The scan type the key encrypts.
scanType
- The scan type the key encrypts.ScanType
public String getScanType()
The scan type the key encrypts.
ScanType
public ResetEncryptionKeyRequest withScanType(String scanType)
The scan type the key encrypts.
scanType
- The scan type the key encrypts.ScanType
public ResetEncryptionKeyRequest withScanType(ScanType scanType)
The scan type the key encrypts.
scanType
- The scan type the key encrypts.ScanType
public String toString()
toString
in class Object
Object.toString()
public ResetEncryptionKeyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()