@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LocationSummary extends Object implements Serializable, Cloneable
A complex type that contains information about the CIDR location.
| Constructor and Description |
|---|
LocationSummary() |
| Modifier and Type | Method and Description |
|---|---|
LocationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getLocationName()
A string that specifies a location name.
|
int |
hashCode() |
void |
setLocationName(String locationName)
A string that specifies a location name.
|
String |
toString()
Returns a string representation of this object.
|
LocationSummary |
withLocationName(String locationName)
A string that specifies a location name.
|
public void setLocationName(String locationName)
A string that specifies a location name.
locationName - A string that specifies a location name.public String getLocationName()
A string that specifies a location name.
public LocationSummary withLocationName(String locationName)
A string that specifies a location name.
locationName - A string that specifies a location name.public String toString()
toString in class ObjectObject.toString()public LocationSummary clone()