public class AuthorizeClusterSecurityGroupIngressRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
cIDRIP
The IP range to be added the Amazon Redshift security group.
|
private java.lang.String |
clusterSecurityGroupName
The name of the security group to which the ingress rule is added.
|
private java.lang.String |
eC2SecurityGroupName
The EC2 security group to be added the Amazon Redshift security group.
|
private java.lang.String |
eC2SecurityGroupOwnerId
The AWS account number of the owner of the security group specified by
the EC2SecurityGroupName parameter.
|
NOOP
Constructor and Description |
---|
AuthorizeClusterSecurityGroupIngressRequest() |
Modifier and Type | Method and Description |
---|---|
AuthorizeClusterSecurityGroupIngressRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCIDRIP()
The IP range to be added the Amazon Redshift security group.
|
java.lang.String |
getClusterSecurityGroupName()
The name of the security group to which the ingress rule is added.
|
java.lang.String |
getEC2SecurityGroupName()
The EC2 security group to be added the Amazon Redshift security group.
|
java.lang.String |
getEC2SecurityGroupOwnerId()
The AWS account number of the owner of the security group specified by
the EC2SecurityGroupName parameter.
|
int |
hashCode() |
void |
setCIDRIP(java.lang.String cIDRIP)
The IP range to be added the Amazon Redshift security group.
|
void |
setClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the security group to which the ingress rule is added.
|
void |
setEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
The EC2 security group to be added the Amazon Redshift security group.
|
void |
setEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified by
the EC2SecurityGroupName parameter.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AuthorizeClusterSecurityGroupIngressRequest |
withCIDRIP(java.lang.String cIDRIP)
The IP range to be added the Amazon Redshift security group.
|
AuthorizeClusterSecurityGroupIngressRequest |
withClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the security group to which the ingress rule is added.
|
AuthorizeClusterSecurityGroupIngressRequest |
withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
The EC2 security group to be added the Amazon Redshift security group.
|
AuthorizeClusterSecurityGroupIngressRequest |
withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified by
the EC2SecurityGroupName parameter.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String clusterSecurityGroupName
The name of the security group to which the ingress rule is added.
private java.lang.String cIDRIP
The IP range to be added the Amazon Redshift security group.
private java.lang.String eC2SecurityGroupName
The EC2 security group to be added the Amazon Redshift security group.
private java.lang.String eC2SecurityGroupOwnerId
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
public AuthorizeClusterSecurityGroupIngressRequest()
public void setClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the security group to which the ingress rule is added.
clusterSecurityGroupName
- The name of the security group to which the ingress rule is added.public java.lang.String getClusterSecurityGroupName()
The name of the security group to which the ingress rule is added.
public AuthorizeClusterSecurityGroupIngressRequest withClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the security group to which the ingress rule is added.
clusterSecurityGroupName
- The name of the security group to which the ingress rule is added.public void setCIDRIP(java.lang.String cIDRIP)
The IP range to be added the Amazon Redshift security group.
cIDRIP
- The IP range to be added the Amazon Redshift security group.public java.lang.String getCIDRIP()
The IP range to be added the Amazon Redshift security group.
public AuthorizeClusterSecurityGroupIngressRequest withCIDRIP(java.lang.String cIDRIP)
The IP range to be added the Amazon Redshift security group.
cIDRIP
- The IP range to be added the Amazon Redshift security group.public void setEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
The EC2 security group to be added the Amazon Redshift security group.
eC2SecurityGroupName
- The EC2 security group to be added the Amazon Redshift security
group.public java.lang.String getEC2SecurityGroupName()
The EC2 security group to be added the Amazon Redshift security group.
public AuthorizeClusterSecurityGroupIngressRequest withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
The EC2 security group to be added the Amazon Redshift security group.
eC2SecurityGroupName
- The EC2 security group to be added the Amazon Redshift security
group.public void setEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
eC2SecurityGroupOwnerId
- The AWS account number of the owner of the security group
specified by the EC2SecurityGroupName parameter. The AWS
Access Key ID is not an acceptable value.
Example: 111122223333
public java.lang.String getEC2SecurityGroupOwnerId()
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
Example: 111122223333
public AuthorizeClusterSecurityGroupIngressRequest withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter. The AWS Access Key ID is not an acceptable value.
Example: 111122223333
eC2SecurityGroupOwnerId
- The AWS account number of the owner of the security group
specified by the EC2SecurityGroupName parameter. The AWS
Access Key ID is not an acceptable value.
Example: 111122223333
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AuthorizeClusterSecurityGroupIngressRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()