@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.RenderingEngineType
public String getName()
The name of the rendering engine.
RenderingEngineType
public RenderingEngine withName(String name)
The name of the rendering engine.
name
- The name of the rendering engine.RenderingEngineType
public RenderingEngine withName(RenderingEngineType name)
The name of the rendering engine.
name
- The name of the rendering engine.RenderingEngineType
public 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 Object
Object.toString()
public RenderingEngine clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.