Class Region
java.lang.Object
com.amazonaws.services.ec2.model.Region
- All Implemented Interfaces:
Serializable, Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe region service endpoint.The name of the region.inthashCode()voidsetEndpoint(String endpoint) The region service endpoint.voidsetRegionName(String regionName) The name of the region.toString()Returns a string representation of this object; useful for testing and debugging.withEndpoint(String endpoint) The region service endpoint.withRegionName(String regionName) The name of the region.
-
Constructor Details
-
Region
public Region()
-
-
Method Details
-
setRegionName
The name of the region.
- Parameters:
regionName- The name of the region.
-
getRegionName
-
withRegionName
-
setEndpoint
The region service endpoint.
- Parameters:
endpoint- The region service endpoint.
-
getEndpoint
-
withEndpoint
-
toString
-
equals
-
hashCode
-
clone
-