@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RenderingEngine extends Object implements Serializable, Cloneable, StructuredPojo
Information about a rendering engine.
| Constructor and Description |
|---|
RenderingEngine() |
| Modifier and Type | Method and Description |
|---|---|
RenderingEngine |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the rendering engine.
|
String |
getVersion()
The version of the rendering engine.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the rendering engine.
|
void |
setVersion(String version)
The version of the rendering engine.
|
String |
toString()
Returns a string representation of this object.
|
RenderingEngine |
withName(RenderingEngineType name)
The name of the rendering engine.
|
RenderingEngine |
withName(String name)
The name of the rendering engine.
|
RenderingEngine |
withVersion(String version)
The version of the rendering engine.
|
public void setName(String name)
The name of the rendering engine.
name - The name of the rendering engine.RenderingEngineTypepublic String getName()
The name of the rendering engine.
RenderingEngineTypepublic RenderingEngine withName(String name)
The name of the rendering engine.
name - The name of the rendering engine.RenderingEngineTypepublic RenderingEngine withName(RenderingEngineType name)
The name of the rendering engine.
name - The name of the rendering engine.RenderingEngineTypepublic void setVersion(String version)
The version of the rendering engine.
version - The version of the rendering engine.public String getVersion()
The version of the rendering engine.
public RenderingEngine withVersion(String version)
The version of the rendering engine.
version - The version of the rendering engine.public String toString()
toString in class ObjectObject.toString()public RenderingEngine clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.