@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorldConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for a world.
| Constructor and Description |
|---|
WorldConfig() |
| Modifier and Type | Method and Description |
|---|---|
WorldConfig |
clone() |
boolean |
equals(Object obj) |
String |
getWorld()
The world generated by Simulation WorldForge.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setWorld(String world)
The world generated by Simulation WorldForge.
|
String |
toString()
Returns a string representation of this object.
|
WorldConfig |
withWorld(String world)
The world generated by Simulation WorldForge.
|
public void setWorld(String world)
The world generated by Simulation WorldForge.
world - The world generated by Simulation WorldForge.public String getWorld()
The world generated by Simulation WorldForge.
public WorldConfig withWorld(String world)
The world generated by Simulation WorldForge.
world - The world generated by Simulation WorldForge.public String toString()
toString in class ObjectObject.toString()public WorldConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.