@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddIpamOperatingRegion extends Object implements Serializable, Cloneable
Add an operating Region to an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.
Constructor and Description |
---|
AddIpamOperatingRegion() |
Modifier and Type | Method and Description |
---|---|
AddIpamOperatingRegion |
clone() |
boolean |
equals(Object obj) |
String |
getRegionName()
The name of the operating Region.
|
int |
hashCode() |
void |
setRegionName(String regionName)
The name of the operating Region.
|
String |
toString()
Returns a string representation of this object.
|
AddIpamOperatingRegion |
withRegionName(String regionName)
The name of the operating Region.
|
public void setRegionName(String regionName)
The name of the operating Region.
regionName
- The name of the operating Region.public String getRegionName()
The name of the operating Region.
public AddIpamOperatingRegion withRegionName(String regionName)
The name of the operating Region.
regionName
- The name of the operating Region.public String toString()
toString
in class Object
Object.toString()
public AddIpamOperatingRegion clone()