@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessorConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A processor's metadata.
| Constructor and Description |
|---|
ProcessorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ProcessorConfiguration |
clone() |
boolean |
equals(Object obj) |
LambdaConfiguration |
getLambda()
Indicates that the processor is of type Lambda.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLambda(LambdaConfiguration lambda)
Indicates that the processor is of type Lambda.
|
String |
toString()
Returns a string representation of this object.
|
ProcessorConfiguration |
withLambda(LambdaConfiguration lambda)
Indicates that the processor is of type Lambda.
|
public void setLambda(LambdaConfiguration lambda)
Indicates that the processor is of type Lambda.
lambda - Indicates that the processor is of type Lambda.public LambdaConfiguration getLambda()
Indicates that the processor is of type Lambda.
public ProcessorConfiguration withLambda(LambdaConfiguration lambda)
Indicates that the processor is of type Lambda.
lambda - Indicates that the processor is of type Lambda.public String toString()
toString in class ObjectObject.toString()public ProcessorConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.