@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LocationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
This data type has been expanded to use with the Amazon GameLift containers feature, which is currently in public preview.
A remote location where a multi-location fleet can deploy game servers for game hosting.
| Constructor and Description |
|---|
LocationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LocationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
An Amazon Web Services Region code, such as
us-west-2. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLocation(String location)
An Amazon Web Services Region code, such as
us-west-2. |
String |
toString()
Returns a string representation of this object.
|
LocationConfiguration |
withLocation(String location)
An Amazon Web Services Region code, such as
us-west-2. |
public void setLocation(String location)
An Amazon Web Services Region code, such as us-west-2.
location - An Amazon Web Services Region code, such as us-west-2.public String getLocation()
An Amazon Web Services Region code, such as us-west-2.
us-west-2.public LocationConfiguration withLocation(String location)
An Amazon Web Services Region code, such as us-west-2.
location - An Amazon Web Services Region code, such as us-west-2.public String toString()
toString in class ObjectObject.toString()public LocationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.