public class EC2SecurityGroup
extends java.lang.Object
implements java.io.Serializable
Specifies the current state of this Cache Node.
| コンストラクタと説明 |
|---|
EC2SecurityGroup()
Default constructor for a new EC2SecurityGroup object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEC2SecurityGroupName()
Specifies the name of the EC2 Security Group.
|
java.lang.String |
getEC2SecurityGroupOwnerId()
Specifies the AWS ID of the owner of the EC2 Security Group specified
in the EC2SecurityGroupName field.
|
java.lang.String |
getStatus()
Provides the status of the EC2 Security Group.
|
int |
hashCode() |
void |
setEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
Specifies the name of the EC2 Security Group.
|
void |
setEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
Specifies the AWS ID of the owner of the EC2 Security Group specified
in the EC2SecurityGroupName field.
|
void |
setStatus(java.lang.String status)
Provides the status of the EC2 Security Group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EC2SecurityGroup |
withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
Specifies the name of the EC2 Security Group.
|
EC2SecurityGroup |
withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
Specifies the AWS ID of the owner of the EC2 Security Group specified
in the EC2SecurityGroupName field.
|
EC2SecurityGroup |
withStatus(java.lang.String status)
Provides the status of the EC2 Security Group.
|
public EC2SecurityGroup()
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - Provides the status of the EC2 Security Group.public EC2SecurityGroup withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - Provides the status of the EC2 Security Group.public java.lang.String getEC2SecurityGroupName()
public void setEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
eC2SecurityGroupName - Specifies the name of the EC2 Security Group.public EC2SecurityGroup withEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroupName - Specifies the name of the EC2 Security Group.public java.lang.String getEC2SecurityGroupOwnerId()
public void setEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
eC2SecurityGroupOwnerId - Specifies the AWS ID of the owner of the EC2 Security Group specified
in the EC2SecurityGroupName field.public EC2SecurityGroup withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroupOwnerId - Specifies the AWS ID of the owner of the EC2 Security Group specified
in the EC2SecurityGroupName field.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