@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevokeClusterSecurityGroupIngressRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RevokeClusterSecurityGroupIngressRequest() |
Modifier and Type | Method and Description |
---|---|
RevokeClusterSecurityGroupIngressRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCIDRIP()
The IP range for which to revoke access.
|
String |
getClusterSecurityGroupName()
The name of the security Group from which to revoke the ingress rule.
|
String |
getEC2SecurityGroupName()
The name of the EC2 Security Group whose access is to be revoked.
|
String |
getEC2SecurityGroupOwnerId()
The AWS account number of the owner of the security group specified in the
EC2SecurityGroupName
parameter. |
int |
hashCode() |
void |
setCIDRIP(String cIDRIP)
The IP range for which to revoke access.
|
void |
setClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the security Group from which to revoke the ingress rule.
|
void |
setEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the EC2 Security Group whose access is to be revoked.
|
void |
setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified in the
EC2SecurityGroupName
parameter. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RevokeClusterSecurityGroupIngressRequest |
withCIDRIP(String cIDRIP)
The IP range for which to revoke access.
|
RevokeClusterSecurityGroupIngressRequest |
withClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the security Group from which to revoke the ingress rule.
|
RevokeClusterSecurityGroupIngressRequest |
withEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the EC2 Security Group whose access is to be revoked.
|
RevokeClusterSecurityGroupIngressRequest |
withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified in the
EC2SecurityGroupName
parameter. |
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 RevokeClusterSecurityGroupIngressRequest()
public void setClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the security Group from which to revoke the ingress rule.
clusterSecurityGroupName
- The name of the security Group from which to revoke the ingress rule.public String getClusterSecurityGroupName()
The name of the security Group from which to revoke the ingress rule.
public RevokeClusterSecurityGroupIngressRequest withClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the security Group from which to revoke the ingress rule.
clusterSecurityGroupName
- The name of the security Group from which to revoke the ingress rule.public void setCIDRIP(String cIDRIP)
The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block
of IP addresses. If CIDRIP
is specified, EC2SecurityGroupName
and
EC2SecurityGroupOwnerId
cannot be provided.
cIDRIP
- The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR)
block of IP addresses. If CIDRIP
is specified, EC2SecurityGroupName
and
EC2SecurityGroupOwnerId
cannot be provided.public String getCIDRIP()
The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block
of IP addresses. If CIDRIP
is specified, EC2SecurityGroupName
and
EC2SecurityGroupOwnerId
cannot be provided.
CIDRIP
is specified, EC2SecurityGroupName
and
EC2SecurityGroupOwnerId
cannot be provided.public RevokeClusterSecurityGroupIngressRequest withCIDRIP(String cIDRIP)
The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR) block
of IP addresses. If CIDRIP
is specified, EC2SecurityGroupName
and
EC2SecurityGroupOwnerId
cannot be provided.
cIDRIP
- The IP range for which to revoke access. This range must be a valid Classless Inter-Domain Routing (CIDR)
block of IP addresses. If CIDRIP
is specified, EC2SecurityGroupName
and
EC2SecurityGroupOwnerId
cannot be provided.public void setEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName
is
specified, EC2SecurityGroupOwnerId
must also be provided and CIDRIP
cannot be provided.
eC2SecurityGroupName
- The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName
is
specified, EC2SecurityGroupOwnerId
must also be provided and CIDRIP
cannot be
provided.public String getEC2SecurityGroupName()
The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName
is
specified, EC2SecurityGroupOwnerId
must also be provided and CIDRIP
cannot be provided.
EC2SecurityGroupName
is
specified, EC2SecurityGroupOwnerId
must also be provided and CIDRIP
cannot be
provided.public RevokeClusterSecurityGroupIngressRequest withEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName
is
specified, EC2SecurityGroupOwnerId
must also be provided and CIDRIP
cannot be provided.
eC2SecurityGroupName
- The name of the EC2 Security Group whose access is to be revoked. If EC2SecurityGroupName
is
specified, EC2SecurityGroupOwnerId
must also be provided and CIDRIP
cannot be
provided.public void setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified in the EC2SecurityGroupName
parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId
is
specified, EC2SecurityGroupName
must also be provided. and CIDRIP
cannot be provided.
Example: 111122223333
eC2SecurityGroupOwnerId
- The AWS account number of the owner of the security group specified in the
EC2SecurityGroupName
parameter. The AWS access key ID is not an acceptable value. If
EC2SecurityGroupOwnerId
is specified, EC2SecurityGroupName
must also be
provided. and CIDRIP
cannot be provided.
Example: 111122223333
public String getEC2SecurityGroupOwnerId()
The AWS account number of the owner of the security group specified in the EC2SecurityGroupName
parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId
is
specified, EC2SecurityGroupName
must also be provided. and CIDRIP
cannot be provided.
Example: 111122223333
EC2SecurityGroupName
parameter. The AWS access key ID is not an acceptable value. If
EC2SecurityGroupOwnerId
is specified, EC2SecurityGroupName
must also be
provided. and CIDRIP
cannot be provided.
Example: 111122223333
public RevokeClusterSecurityGroupIngressRequest withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified in the EC2SecurityGroupName
parameter. The AWS access key ID is not an acceptable value. If EC2SecurityGroupOwnerId
is
specified, EC2SecurityGroupName
must also be provided. and CIDRIP
cannot be provided.
Example: 111122223333
eC2SecurityGroupOwnerId
- The AWS account number of the owner of the security group specified in the
EC2SecurityGroupName
parameter. The AWS access key ID is not an acceptable value. If
EC2SecurityGroupOwnerId
is specified, EC2SecurityGroupName
must also be
provided. and CIDRIP
cannot be provided.
Example: 111122223333
public String toString()
toString
in class Object
Object.toString()
public RevokeClusterSecurityGroupIngressRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.