@Generated(value="software.amazon.awssdk:codegen") public final class Processor extends Object implements StructuredPojo, ToCopyableBuilder<Processor.Builder,Processor>
Describes a data processor.
Modifier and Type | Class and Description |
---|---|
static interface |
Processor.Builder |
Modifier and Type | Method and Description |
---|---|
static Processor.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
List<ProcessorParameter> |
parameters()
The processor parameters.
|
static Class<? extends Processor.Builder> |
serializableBuilderClass() |
Processor.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
ProcessorType |
type()
The type of processor.
|
String |
typeAsString()
The type of processor.
|
copy
public ProcessorType type()
The type of processor.
If the service returns an enum value that is not available in the current SDK version, type
will return
ProcessorType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
ProcessorType
public String typeAsString()
The type of processor.
If the service returns an enum value that is not available in the current SDK version, type
will return
ProcessorType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
typeAsString()
.
ProcessorType
public List<ProcessorParameter> parameters()
The processor parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Processor.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Processor.Builder,Processor>
public static Processor.Builder builder()
public static Class<? extends Processor.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.