@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthorizeClusterSecurityGroupIngressRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AuthorizeClusterSecurityGroupIngressRequest() |
Modifier and Type | Method and Description |
---|---|
AuthorizeClusterSecurityGroupIngressRequest |
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 be added the Amazon Redshift security group.
|
String |
getClusterSecurityGroupName()
The name of the security group to which the ingress rule is added.
|
String |
getEC2SecurityGroupName()
The EC2 security group to be added the Amazon Redshift security group.
|
String |
getEC2SecurityGroupOwnerId()
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter.
|
int |
hashCode() |
void |
setCIDRIP(String cIDRIP)
The IP range to be added the Amazon Redshift security group.
|
void |
setClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the security group to which the ingress rule is added.
|
void |
setEC2SecurityGroupName(String eC2SecurityGroupName)
The EC2 security group to be added the Amazon Redshift security group.
|
void |
setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AuthorizeClusterSecurityGroupIngressRequest |
withCIDRIP(String cIDRIP)
The IP range to be added the Amazon Redshift security group.
|
AuthorizeClusterSecurityGroupIngressRequest |
withClusterSecurityGroupName(String clusterSecurityGroupName)
The name of the security group to which the ingress rule is added.
|
AuthorizeClusterSecurityGroupIngressRequest |
withEC2SecurityGroupName(String eC2SecurityGroupName)
The EC2 security group to be added the Amazon Redshift security group.
|
AuthorizeClusterSecurityGroupIngressRequest |
withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified by 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 AuthorizeClusterSecurityGroupIngressRequest()
public void setClusterSecurityGroupName(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 String getClusterSecurityGroupName()
The name of the security group to which the ingress rule is added.
public AuthorizeClusterSecurityGroupIngressRequest withClusterSecurityGroupName(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(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 String getCIDRIP()
The IP range to be added the Amazon Redshift security group.
public AuthorizeClusterSecurityGroupIngressRequest withCIDRIP(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(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 String getEC2SecurityGroupName()
The EC2 security group to be added the Amazon Redshift security group.
public AuthorizeClusterSecurityGroupIngressRequest withEC2SecurityGroupName(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(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 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(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 String toString()
toString
in class Object
Object.toString()
public AuthorizeClusterSecurityGroupIngressRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.