@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 Object
Object.toString()
public WorldConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.