|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.rds.domain.EC2SecurityGroup
public class EC2SecurityGroup
| Nested Class Summary | |
|---|---|
static class |
EC2SecurityGroup.Builder
|
| Field Summary | |
|---|---|
protected com.google.common.base.Optional<String> |
id
|
protected String |
name
|
protected String |
ownerId
|
protected String |
status
|
| Constructor Summary | |
|---|---|
protected |
EC2SecurityGroup(com.google.common.base.Optional<String> id,
String name,
String ownerId,
String status)
|
| Method Summary | |
|---|---|
static EC2SecurityGroup.Builder |
builder()
|
boolean |
equals(Object obj)
|
com.google.common.base.Optional<String> |
getId()
Specifies the id of the EC2 Security Group. |
String |
getName()
Specifies the name of the EC2 Security Group. |
String |
getOwnerId()
Specifies the AWS ID of the owner of the EC2 security group specified as getName() |
String |
getStatus()
Provides the status of the EC2 security group. |
int |
hashCode()
|
EC2SecurityGroup.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final com.google.common.base.Optional<String> id
protected final String name
protected final String ownerId
protected final String status
| Constructor Detail |
|---|
protected EC2SecurityGroup(com.google.common.base.Optional<String> id,
String name,
String ownerId,
String status)
| Method Detail |
|---|
public static EC2SecurityGroup.Builder builder()
public EC2SecurityGroup.Builder toBuilder()
public com.google.common.base.Optional<String> getId()
public String getName()
public String getOwnerId()
getName()
public String getStatus()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||