public class EC2SecurityGroup
extends java.lang.Object
implements java.io.Serializable
Describes an Amazon EC2 security group.
| コンストラクタと説明 |
|---|
EC2SecurityGroup() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEC2SecurityGroupName()
The name of the EC2 Security Group.
|
java.lang.String |
getEC2SecurityGroupOwnerId()
The AWS ID of the owner of the EC2 security group specified in the
EC2SecurityGroupName field. |
java.lang.String |
getStatus()
The status of the EC2 security group.
|
int |
hashCode() |
void |
setEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
The name of the EC2 Security Group.
|
void |
setEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS ID of the owner of the EC2 security group specified in the
EC2SecurityGroupName field. |
void |
setStatus(java.lang.String status)
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)
The name of the EC2 Security Group.
|
EC2SecurityGroup |
withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
The AWS ID of the owner of the EC2 security group specified in the
EC2SecurityGroupName field. |
EC2SecurityGroup |
withStatus(java.lang.String status)
The status of the EC2 security group.
|
public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - 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 - The status of the EC2 security group.public java.lang.String getEC2SecurityGroupName()
public void setEC2SecurityGroupName(java.lang.String eC2SecurityGroupName)
eC2SecurityGroupName - 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 - The name of the EC2 Security Group.public java.lang.String getEC2SecurityGroupOwnerId()
EC2SecurityGroupName field.EC2SecurityGroupName field.public void setEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
EC2SecurityGroupName field.eC2SecurityGroupOwnerId - The AWS ID of the owner of the EC2 security group specified in the
EC2SecurityGroupName field.public EC2SecurityGroup withEC2SecurityGroupOwnerId(java.lang.String eC2SecurityGroupOwnerId)
EC2SecurityGroupName field.
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroupOwnerId - 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