public class ClusterSecurityGroup
extends java.lang.Object
implements java.io.Serializable
Describes a security group.
| コンストラクタと説明 |
|---|
ClusterSecurityGroup() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClusterSecurityGroupName()
The name of the cluster security group to which the operation was
applied.
|
java.lang.String |
getDescription()
A description of the security group.
|
java.util.List<EC2SecurityGroup> |
getEC2SecurityGroups()
A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.
|
java.util.List<IPRange> |
getIPRanges()
A list of IP ranges (CIDR blocks) that are permitted to access
clusters associated with this cluster security group.
|
int |
hashCode() |
void |
setClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the cluster security group to which the operation was
applied.
|
void |
setDescription(java.lang.String description)
A description of the security group.
|
void |
setEC2SecurityGroups(java.util.Collection<EC2SecurityGroup> eC2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.
|
void |
setIPRanges(java.util.Collection<IPRange> iPRanges)
A list of IP ranges (CIDR blocks) that are permitted to access
clusters associated with this cluster security group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ClusterSecurityGroup |
withClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
The name of the cluster security group to which the operation was
applied.
|
ClusterSecurityGroup |
withDescription(java.lang.String description)
A description of the security group.
|
ClusterSecurityGroup |
withEC2SecurityGroups(java.util.Collection<EC2SecurityGroup> eC2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.
|
ClusterSecurityGroup |
withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.
|
ClusterSecurityGroup |
withIPRanges(java.util.Collection<IPRange> iPRanges)
A list of IP ranges (CIDR blocks) that are permitted to access
clusters associated with this cluster security group.
|
ClusterSecurityGroup |
withIPRanges(IPRange... iPRanges)
A list of IP ranges (CIDR blocks) that are permitted to access
clusters associated with this cluster security group.
|
public java.lang.String getClusterSecurityGroupName()
public void setClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
clusterSecurityGroupName - The name of the cluster security group to which the operation was
applied.public ClusterSecurityGroup withClusterSecurityGroupName(java.lang.String clusterSecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
clusterSecurityGroupName - The name of the cluster security group to which the operation was
applied.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - A description of the security group.public ClusterSecurityGroup withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - A description of the security group.public java.util.List<EC2SecurityGroup> getEC2SecurityGroups()
public void setEC2SecurityGroups(java.util.Collection<EC2SecurityGroup> eC2SecurityGroups)
eC2SecurityGroups - A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.public ClusterSecurityGroup withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroups - A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.public ClusterSecurityGroup withEC2SecurityGroups(java.util.Collection<EC2SecurityGroup> eC2SecurityGroups)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroups - A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.public java.util.List<IPRange> getIPRanges()
public void setIPRanges(java.util.Collection<IPRange> iPRanges)
iPRanges - A list of IP ranges (CIDR blocks) that are permitted to access
clusters associated with this cluster security group.public ClusterSecurityGroup withIPRanges(IPRange... iPRanges)
Returns a reference to this object so that method calls can be chained together.
iPRanges - A list of IP ranges (CIDR blocks) that are permitted to access
clusters associated with this cluster security group.public ClusterSecurityGroup withIPRanges(java.util.Collection<IPRange> iPRanges)
Returns a reference to this object so that method calls can be chained together.
iPRanges - A list of IP ranges (CIDR blocks) that are permitted to access
clusters associated with this cluster security group.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object