public class SecurityGroupAndOwner extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecurityGroupAndOwner.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
owner |
Modifier | Constructor and Description |
---|---|
protected |
SecurityGroupAndOwner(String name,
String owner) |
Modifier and Type | Method and Description |
---|---|
static SecurityGroupAndOwner.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getName()
Name of the source security group.
|
String |
getOwner()
Owner of the source security group.
|
int |
hashCode() |
SecurityGroupAndOwner.Builder |
toBuilder() |
String |
toString() |
public static SecurityGroupAndOwner.Builder builder()
public SecurityGroupAndOwner.Builder toBuilder()
public String getName()
public String getOwner()
Copyright © 2009-2013 jclouds. All Rights Reserved.