@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCacheSecurityGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DeleteCacheSecurityGroup
operation.
NOOP
Constructor and Description |
---|
DeleteCacheSecurityGroupRequest()
Default constructor for DeleteCacheSecurityGroupRequest object.
|
DeleteCacheSecurityGroupRequest(String cacheSecurityGroupName)
Constructs a new DeleteCacheSecurityGroupRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteCacheSecurityGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCacheSecurityGroupName()
The name of the cache security group to delete.
|
int |
hashCode() |
void |
setCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCacheSecurityGroupRequest |
withCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group to delete.
|
addHandlerContext, copyBaseTo, 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 DeleteCacheSecurityGroupRequest()
public DeleteCacheSecurityGroupRequest(String cacheSecurityGroupName)
cacheSecurityGroupName
- The name of the cache security group to delete. You cannot delete the default security group.
public void setCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group to delete.
You cannot delete the default security group.
cacheSecurityGroupName
- The name of the cache security group to delete. You cannot delete the default security group.
public String getCacheSecurityGroupName()
The name of the cache security group to delete.
You cannot delete the default security group.
You cannot delete the default security group.
public DeleteCacheSecurityGroupRequest withCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group to delete.
You cannot delete the default security group.
cacheSecurityGroupName
- The name of the cache security group to delete. You cannot delete the default security group.
public String toString()
toString
in class Object
Object.toString()
public DeleteCacheSecurityGroupRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.