@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LocationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A remote location where a multi-location fleet can deploy EC2 instances for game hosting.
Related actions
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 Object
Object.toString()
public LocationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.