@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessingInput extends Object implements Serializable, Cloneable, StructuredPojo
The inputs for a processing job.
Constructor and Description |
---|
ProcessingInput() |
Modifier and Type | Method and Description |
---|---|
ProcessingInput |
clone() |
boolean |
equals(Object obj) |
String |
getInputName()
The name of the inputs for the processing job.
|
ProcessingS3Input |
getS3Input()
The S3 inputs for the processing job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputName(String inputName)
The name of the inputs for the processing job.
|
void |
setS3Input(ProcessingS3Input s3Input)
The S3 inputs for the processing job.
|
String |
toString()
Returns a string representation of this object.
|
ProcessingInput |
withInputName(String inputName)
The name of the inputs for the processing job.
|
ProcessingInput |
withS3Input(ProcessingS3Input s3Input)
The S3 inputs for the processing job.
|
public void setInputName(String inputName)
The name of the inputs for the processing job.
inputName
- The name of the inputs for the processing job.public String getInputName()
The name of the inputs for the processing job.
public ProcessingInput withInputName(String inputName)
The name of the inputs for the processing job.
inputName
- The name of the inputs for the processing job.public void setS3Input(ProcessingS3Input s3Input)
The S3 inputs for the processing job.
s3Input
- The S3 inputs for the processing job.public ProcessingS3Input getS3Input()
The S3 inputs for the processing job.
public ProcessingInput withS3Input(ProcessingS3Input s3Input)
The S3 inputs for the processing job.
s3Input
- The S3 inputs for the processing job.public String toString()
toString
in class Object
Object.toString()
public ProcessingInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.