@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevokeDBSecurityGroupIngressRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RevokeDBSecurityGroupIngressRequest()
Default constructor for RevokeDBSecurityGroupIngressRequest object.
|
RevokeDBSecurityGroupIngressRequest(String dBSecurityGroupName)
Constructs a new RevokeDBSecurityGroupIngressRequest object.
|
Modifier and Type | Method and Description |
---|---|
RevokeDBSecurityGroupIngressRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCIDRIP()
The IP range to revoke access from.
|
String |
getDBSecurityGroupName()
The name of the DB security group to revoke ingress from.
|
String |
getEC2SecurityGroupId()
The id of the EC2 security group to revoke access from.
|
String |
getEC2SecurityGroupName()
The name of the EC2 security group to revoke access from.
|
String |
getEC2SecurityGroupOwnerId()
The AWS Account Number of the owner of the EC2 security group specified in the
EC2SecurityGroupName
parameter. |
int |
hashCode() |
void |
setCIDRIP(String cIDRIP)
The IP range to revoke access from.
|
void |
setDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB security group to revoke ingress from.
|
void |
setEC2SecurityGroupId(String eC2SecurityGroupId)
The id of the EC2 security group to revoke access from.
|
void |
setEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the EC2 security group to revoke access from.
|
void |
setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS Account Number of the owner of the EC2 security group specified in the
EC2SecurityGroupName
parameter. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RevokeDBSecurityGroupIngressRequest |
withCIDRIP(String cIDRIP)
The IP range to revoke access from.
|
RevokeDBSecurityGroupIngressRequest |
withDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB security group to revoke ingress from.
|
RevokeDBSecurityGroupIngressRequest |
withEC2SecurityGroupId(String eC2SecurityGroupId)
The id of the EC2 security group to revoke access from.
|
RevokeDBSecurityGroupIngressRequest |
withEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the EC2 security group to revoke access from.
|
RevokeDBSecurityGroupIngressRequest |
withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS Account Number of the owner of the EC2 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 RevokeDBSecurityGroupIngressRequest()
public RevokeDBSecurityGroupIngressRequest(String dBSecurityGroupName)
dBSecurityGroupName
- The name of the DB security group to revoke ingress from.public void setDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB security group to revoke ingress from.
dBSecurityGroupName
- The name of the DB security group to revoke ingress from.public String getDBSecurityGroupName()
The name of the DB security group to revoke ingress from.
public RevokeDBSecurityGroupIngressRequest withDBSecurityGroupName(String dBSecurityGroupName)
The name of the DB security group to revoke ingress from.
dBSecurityGroupName
- The name of the DB security group to revoke ingress from.public void setCIDRIP(String cIDRIP)
The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP
is specified,
EC2SecurityGroupName
, EC2SecurityGroupId
and EC2SecurityGroupOwnerId
cannot be provided.
cIDRIP
- The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP
is specified,
EC2SecurityGroupName
, EC2SecurityGroupId
and
EC2SecurityGroupOwnerId
cannot be provided.public String getCIDRIP()
The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP
is specified,
EC2SecurityGroupName
, EC2SecurityGroupId
and EC2SecurityGroupOwnerId
cannot be provided.
CIDRIP
is specified,
EC2SecurityGroupName
, EC2SecurityGroupId
and
EC2SecurityGroupOwnerId
cannot be provided.public RevokeDBSecurityGroupIngressRequest withCIDRIP(String cIDRIP)
The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP
is specified,
EC2SecurityGroupName
, EC2SecurityGroupId
and EC2SecurityGroupOwnerId
cannot be provided.
cIDRIP
- The IP range to revoke access from. Must be a valid CIDR range. If CIDRIP
is specified,
EC2SecurityGroupName
, EC2SecurityGroupId
and
EC2SecurityGroupOwnerId
cannot be provided.public void setEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the EC2 security group to revoke access from. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
eC2SecurityGroupName
- The name of the EC2 security group to revoke access from. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.public String getEC2SecurityGroupName()
The name of the EC2 security group to revoke access from. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.public RevokeDBSecurityGroupIngressRequest withEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the EC2 security group to revoke access from. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
eC2SecurityGroupName
- The name of the EC2 security group to revoke access from. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.public void setEC2SecurityGroupId(String eC2SecurityGroupId)
The id of the EC2 security group to revoke access from. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
eC2SecurityGroupId
- The id of the EC2 security group to revoke access from. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.public String getEC2SecurityGroupId()
The id of the EC2 security group to revoke access from. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.public RevokeDBSecurityGroupIngressRequest withEC2SecurityGroupId(String eC2SecurityGroupId)
The id of the EC2 security group to revoke access from. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
eC2SecurityGroupId
- The id of the EC2 security group to revoke access from. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.public void setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS Account Number of the owner of the EC2 security group specified in the EC2SecurityGroupName
parameter. The AWS Access Key ID is not an acceptable value. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
eC2SecurityGroupOwnerId
- The AWS Account Number of the owner of the EC2 security group specified in the
EC2SecurityGroupName
parameter. The AWS Access Key ID is not an acceptable value. For VPC DB
security groups, EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and
either EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.public String getEC2SecurityGroupOwnerId()
The AWS Account Number of the owner of the EC2 security group specified in the EC2SecurityGroupName
parameter. The AWS Access Key ID is not an acceptable value. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
EC2SecurityGroupName
parameter. The AWS Access Key ID is not an acceptable value. For VPC DB
security groups, EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and
either EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.public RevokeDBSecurityGroupIngressRequest withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS Account Number of the owner of the EC2 security group specified in the EC2SecurityGroupName
parameter. The AWS Access Key ID is not an acceptable value. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and either
EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
eC2SecurityGroupOwnerId
- The AWS Account Number of the owner of the EC2 security group specified in the
EC2SecurityGroupName
parameter. The AWS Access Key ID is not an acceptable value. For VPC DB
security groups, EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId and
either EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.public String toString()
toString
in class Object
Object.toString()
public RevokeDBSecurityGroupIngressRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.