@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Operation extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Operation() |
Modifier and Type | Method and Description |
---|---|
Operation |
clone() |
boolean |
equals(Object obj) |
String |
getEquation()
|
String |
getName()
The name of the operation.
|
String |
getOutputType()
The type of the operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEquation(String equation)
|
void |
setName(String name)
The name of the operation.
|
void |
setOutputType(String outputType)
The type of the operation.
|
String |
toString()
Returns a string representation of this object.
|
Operation |
withEquation(String equation)
|
Operation |
withName(String name)
The name of the operation.
|
Operation |
withOutputType(OutputType outputType)
The type of the operation.
|
Operation |
withOutputType(String outputType)
The type of the operation.
|
public void setEquation(String equation)
equation
- public String getEquation()
public Operation withEquation(String equation)
equation
- public void setName(String name)
The name of the operation.
name
- The name of the operation.public String getName()
The name of the operation.
public Operation withName(String name)
The name of the operation.
name
- The name of the operation.public void setOutputType(String outputType)
The type of the operation.
outputType
- The type of the operation.OutputType
public String getOutputType()
The type of the operation.
OutputType
public Operation withOutputType(String outputType)
The type of the operation.
outputType
- The type of the operation.OutputType
public Operation withOutputType(OutputType outputType)
The type of the operation.
outputType
- The type of the operation.OutputType
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.