|
|||||||
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
Specifies the current state of this Cache Node.
Constructor Summary | |
---|---|
EC2SecurityGroup()
Default constructor for a new EC2SecurityGroup object. |
Method Summary | |
---|---|
String |
getEC2SecurityGroupName()
Specifies the name of the EC2 Security Group. |
String |
getEC2SecurityGroupOwnerId()
Specifies the AWS ID of the owner of the EC2 Security Group specified in the EC2SecurityGroupName field. |
String |
getStatus()
Provides the status of the EC2 Security Group. |
void |
setEC2SecurityGroupName(String eC2SecurityGroupName)
Specifies the name of the EC2 Security Group. |
void |
setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
Specifies the AWS ID of the owner of the EC2 Security Group specified in the EC2SecurityGroupName field. |
void |
setStatus(String status)
Provides the status of the EC2 Security Group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
EC2SecurityGroup |
withEC2SecurityGroupName(String eC2SecurityGroupName)
Specifies the name of the EC2 Security Group. |
EC2SecurityGroup |
withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
Specifies the AWS ID of the owner of the EC2 Security Group specified in the EC2SecurityGroupName field. |
EC2SecurityGroup |
withStatus(String status)
Provides the status of the EC2 Security Group. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EC2SecurityGroup()
Method Detail |
---|
public String getStatus()
public void setStatus(String status)
status
- Provides the status of the EC2 Security Group.public EC2SecurityGroup withStatus(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 String getEC2SecurityGroupName()
public void setEC2SecurityGroupName(String eC2SecurityGroupName)
eC2SecurityGroupName
- Specifies the name of the EC2 Security Group.public EC2SecurityGroup withEC2SecurityGroupName(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 String getEC2SecurityGroupOwnerId()
public void setEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)
eC2SecurityGroupOwnerId
- Specifies the AWS ID of the owner of the EC2 Security Group specified
in the EC2SecurityGroupName field.public EC2SecurityGroup withEC2SecurityGroupOwnerId(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 String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |