@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
DeleteCacheSecurityGroupRequest |
withCacheSecurityGroupName(String cacheSecurityGroupName)
The name of the cache security group to delete.
|
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 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()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.