|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.EC2SecurityGroup
public class EC2SecurityGroup
Provides ownership and status information for an Amazon EC2 security group.
Constructor Summary | |
---|---|
EC2SecurityGroup()
Default constructor for a new EC2SecurityGroup object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getEC2SecurityGroupName()
The name of the Amazon EC2 security group. |
String |
getEC2SecurityGroupOwnerId()
The AWS account ID of the Amazon EC2 security group owner. |
String |
getStatus()
The status of the Amazon EC2 security group. |
int |
hashCode()
|
void |
setEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the Amazon EC2 security group. |
void |
setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS account ID of the Amazon EC2 security group owner. |
void |
setStatus(String status)
The status of the Amazon EC2 security group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
EC2SecurityGroup |
withEC2SecurityGroupName(String eC2SecurityGroupName)
The name of the Amazon EC2 security group. |
EC2SecurityGroup |
withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
The AWS account ID of the Amazon EC2 security group owner. |
EC2SecurityGroup |
withStatus(String status)
The status of the Amazon EC2 security group. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EC2SecurityGroup()
Method Detail |
---|
public String getStatus()
public void setStatus(String status)
status
- The status of the Amazon EC2 security group.public EC2SecurityGroup withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of the Amazon EC2 security group.
public String getEC2SecurityGroupName()
public void setEC2SecurityGroupName(String eC2SecurityGroupName)
eC2SecurityGroupName
- The name of the Amazon EC2 security group.public EC2SecurityGroup withEC2SecurityGroupName(String eC2SecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroupName
- The name of the Amazon EC2 security group.
public String getEC2SecurityGroupOwnerId()
public void setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
eC2SecurityGroupOwnerId
- The AWS account ID of the Amazon EC2 security group owner.public EC2SecurityGroup withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroupOwnerId
- The AWS account ID of the Amazon EC2 security group owner.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |