@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
The response structure for an OutputConfig returned by an ExportEarthObservationJob.
Constructor and Description |
---|
OutputConfigInput() |
Modifier and Type | Method and Description |
---|---|
OutputConfigInput |
clone() |
boolean |
equals(Object obj) |
ExportS3DataInput |
getS3Data()
Path to Amazon S3 storage location for the output configuration file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Data(ExportS3DataInput s3Data)
Path to Amazon S3 storage location for the output configuration file.
|
String |
toString()
Returns a string representation of this object.
|
OutputConfigInput |
withS3Data(ExportS3DataInput s3Data)
Path to Amazon S3 storage location for the output configuration file.
|
public void setS3Data(ExportS3DataInput s3Data)
Path to Amazon S3 storage location for the output configuration file.
s3Data
- Path to Amazon S3 storage location for the output configuration file.public ExportS3DataInput getS3Data()
Path to Amazon S3 storage location for the output configuration file.
public OutputConfigInput withS3Data(ExportS3DataInput s3Data)
Path to Amazon S3 storage location for the output configuration file.
s3Data
- Path to Amazon S3 storage location for the output configuration file.public String toString()
toString
in class Object
Object.toString()
public OutputConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.