@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteKeyGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteKeyGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteKeyGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The identifier of the key group that you are deleting.
|
String |
getIfMatch()
The version of the key group that you are deleting.
|
int |
hashCode() |
void |
setId(String id)
The identifier of the key group that you are deleting.
|
void |
setIfMatch(String ifMatch)
The version of the key group that you are deleting.
|
String |
toString()
Returns a string representation of this object.
|
DeleteKeyGroupRequest |
withId(String id)
The identifier of the key group that you are deleting.
|
DeleteKeyGroupRequest |
withIfMatch(String ifMatch)
The version of the key group that you are deleting.
|
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 setId(String id)
The identifier of the key group that you are deleting. To get the identifier, use ListKeyGroups
.
id
- The identifier of the key group that you are deleting. To get the identifier, use
ListKeyGroups
.public String getId()
The identifier of the key group that you are deleting. To get the identifier, use ListKeyGroups
.
ListKeyGroups
.public DeleteKeyGroupRequest withId(String id)
The identifier of the key group that you are deleting. To get the identifier, use ListKeyGroups
.
id
- The identifier of the key group that you are deleting. To get the identifier, use
ListKeyGroups
.public void setIfMatch(String ifMatch)
The version of the key group that you are deleting. The version is the key group's ETag
value. To
get the ETag
, use GetKeyGroup
or GetKeyGroupConfig
.
ifMatch
- The version of the key group that you are deleting. The version is the key group's ETag
value. To get the ETag
, use GetKeyGroup
or GetKeyGroupConfig
.public String getIfMatch()
The version of the key group that you are deleting. The version is the key group's ETag
value. To
get the ETag
, use GetKeyGroup
or GetKeyGroupConfig
.
ETag
value. To get the ETag
, use GetKeyGroup
or GetKeyGroupConfig
.public DeleteKeyGroupRequest withIfMatch(String ifMatch)
The version of the key group that you are deleting. The version is the key group's ETag
value. To
get the ETag
, use GetKeyGroup
or GetKeyGroupConfig
.
ifMatch
- The version of the key group that you are deleting. The version is the key group's ETag
value. To get the ETag
, use GetKeyGroup
or GetKeyGroupConfig
.public String toString()
toString
in class Object
Object.toString()
public DeleteKeyGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()