@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Processor extends Object implements Serializable, Cloneable, StructuredPojo
Describes a data processor.
| Constructor and Description |
|---|
Processor() |
| Modifier and Type | Method and Description |
|---|---|
Processor |
clone() |
boolean |
equals(Object obj) |
List<ProcessorParameter> |
getParameters()
The processor parameters.
|
String |
getType()
The type of processor.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setParameters(Collection<ProcessorParameter> parameters)
The processor parameters.
|
void |
setType(ProcessorType type)
The type of processor.
|
void |
setType(String type)
The type of processor.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Processor |
withParameters(Collection<ProcessorParameter> parameters)
The processor parameters.
|
Processor |
withParameters(ProcessorParameter... parameters)
The processor parameters.
|
Processor |
withType(ProcessorType type)
The type of processor.
|
Processor |
withType(String type)
The type of processor.
|
public void setType(String type)
The type of processor.
type - The type of processor.ProcessorTypepublic String getType()
The type of processor.
ProcessorTypepublic Processor withType(String type)
The type of processor.
type - The type of processor.ProcessorTypepublic void setType(ProcessorType type)
The type of processor.
type - The type of processor.ProcessorTypepublic Processor withType(ProcessorType type)
The type of processor.
type - The type of processor.ProcessorTypepublic List<ProcessorParameter> getParameters()
The processor parameters.
public void setParameters(Collection<ProcessorParameter> parameters)
The processor parameters.
parameters - The processor parameters.public Processor withParameters(ProcessorParameter... parameters)
The processor parameters.
NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection) or withParameters(java.util.Collection) if you want to
override the existing values.
parameters - The processor parameters.public Processor withParameters(Collection<ProcessorParameter> parameters)
The processor parameters.
parameters - The processor parameters.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.