@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessingOutput extends Object implements Serializable, Cloneable, StructuredPojo
Describes the results of a processing job.
Constructor and Description |
---|
ProcessingOutput() |
Modifier and Type | Method and Description |
---|---|
ProcessingOutput |
clone() |
boolean |
equals(Object obj) |
String |
getOutputName()
The name for the processing job output.
|
ProcessingS3Output |
getS3Output()
Configuration for processing job outputs in Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutputName(String outputName)
The name for the processing job output.
|
void |
setS3Output(ProcessingS3Output s3Output)
Configuration for processing job outputs in Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
ProcessingOutput |
withOutputName(String outputName)
The name for the processing job output.
|
ProcessingOutput |
withS3Output(ProcessingS3Output s3Output)
Configuration for processing job outputs in Amazon S3.
|
public void setOutputName(String outputName)
The name for the processing job output.
outputName
- The name for the processing job output.public String getOutputName()
The name for the processing job output.
public ProcessingOutput withOutputName(String outputName)
The name for the processing job output.
outputName
- The name for the processing job output.public void setS3Output(ProcessingS3Output s3Output)
Configuration for processing job outputs in Amazon S3.
s3Output
- Configuration for processing job outputs in Amazon S3.public ProcessingS3Output getS3Output()
Configuration for processing job outputs in Amazon S3.
public ProcessingOutput withS3Output(ProcessingS3Output s3Output)
Configuration for processing job outputs in Amazon S3.
s3Output
- Configuration for processing job outputs in Amazon S3.public String toString()
toString
in class Object
Object.toString()
public ProcessingOutput 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.