com.xerox.amazonws.ec2
Class RegionInfo

java.lang.Object
  extended by com.xerox.amazonws.ec2.RegionInfo

public class RegionInfo
extends Object

This is a container class for a Region


Field Summary
static String REGIONURL_AP_SOUTHEAST
           
static String REGIONURL_EU_WEST
           
static String REGIONURL_US_EAST
           
static String REGIONURL_US_WEST
           
 
Constructor Summary
RegionInfo(String name, String url)
           
 
Method Summary
 String getName()
           
 String getUrl()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REGIONURL_EU_WEST

public static final String REGIONURL_EU_WEST
See Also:
Constant Field Values

REGIONURL_US_EAST

public static final String REGIONURL_US_EAST
See Also:
Constant Field Values

REGIONURL_US_WEST

public static final String REGIONURL_US_WEST
See Also:
Constant Field Values

REGIONURL_AP_SOUTHEAST

public static final String REGIONURL_AP_SOUTHEAST
See Also:
Constant Field Values
Constructor Detail

RegionInfo

public RegionInfo(String name,
                  String url)
Method Detail

getName

public String getName()

getUrl

public String getUrl()

toString

public String toString()
Overrides:
toString in class Object