public class RegionSecurityGroupNameAndPorts extends RegionAndName
Modifier and Type | Field and Description |
---|---|
protected Set<Integer> |
ports |
name, NAME_FUNCTION, REGION_FUNCTION, regionId
Constructor and Description |
---|
RegionSecurityGroupNameAndPorts(String regionId,
String name,
Iterable<Integer> ports) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<Integer> |
getPorts() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
String |
toString() |
fromRegionAndName, fromSlashEncoded, getName, getRegion, slashEncode
public boolean equals(Object o)
equals
in class RegionAndName
public int hashCode()
hashCode
in class RegionAndName
protected com.google.common.base.Objects.ToStringHelper string()
string
in class RegionAndName
public String toString()
toString
in class RegionAndName
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.