@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteKeyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteKeyRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteKeyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getDeleteKeyInDays()
The waiting period for key deletion.
|
String |
getKeyIdentifier()
The
KeyARN of the key that is scheduled for deletion. |
int |
hashCode() |
void |
setDeleteKeyInDays(Integer deleteKeyInDays)
The waiting period for key deletion.
|
void |
setKeyIdentifier(String keyIdentifier)
The
KeyARN of the key that is scheduled for deletion. |
String |
toString()
Returns a string representation of this object.
|
DeleteKeyRequest |
withDeleteKeyInDays(Integer deleteKeyInDays)
The waiting period for key deletion.
|
DeleteKeyRequest |
withKeyIdentifier(String keyIdentifier)
The
KeyARN of the key that is scheduled for deletion. |
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 setKeyIdentifier(String keyIdentifier)
The KeyARN
of the key that is scheduled for deletion.
keyIdentifier
- The KeyARN
of the key that is scheduled for deletion.public String getKeyIdentifier()
The KeyARN
of the key that is scheduled for deletion.
KeyARN
of the key that is scheduled for deletion.public DeleteKeyRequest withKeyIdentifier(String keyIdentifier)
The KeyARN
of the key that is scheduled for deletion.
keyIdentifier
- The KeyARN
of the key that is scheduled for deletion.public void setDeleteKeyInDays(Integer deleteKeyInDays)
The waiting period for key deletion. The default value is seven days.
deleteKeyInDays
- The waiting period for key deletion. The default value is seven days.public Integer getDeleteKeyInDays()
The waiting period for key deletion. The default value is seven days.
public DeleteKeyRequest withDeleteKeyInDays(Integer deleteKeyInDays)
The waiting period for key deletion. The default value is seven days.
deleteKeyInDays
- The waiting period for key deletion. The default value is seven days.public String toString()
toString
in class Object
Object.toString()
public DeleteKeyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()