@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportVectorEnrichmentJobOutputConfig extends Object implements Serializable, Cloneable, StructuredPojo
An object containing information about the output file.
Constructor and Description |
---|
ExportVectorEnrichmentJobOutputConfig() |
Modifier and Type | Method and Description |
---|---|
ExportVectorEnrichmentJobOutputConfig |
clone() |
boolean |
equals(Object obj) |
VectorEnrichmentJobS3Data |
getS3Data()
The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Data(VectorEnrichmentJobS3Data s3Data)
The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
|
String |
toString()
Returns a string representation of this object.
|
ExportVectorEnrichmentJobOutputConfig |
withS3Data(VectorEnrichmentJobS3Data s3Data)
The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
|
public ExportVectorEnrichmentJobOutputConfig()
public void setS3Data(VectorEnrichmentJobS3Data s3Data)
The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
s3Data
- The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.public VectorEnrichmentJobS3Data getS3Data()
The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
public ExportVectorEnrichmentJobOutputConfig withS3Data(VectorEnrichmentJobS3Data s3Data)
The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
s3Data
- The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.public String toString()
toString
in class Object
Object.toString()
public ExportVectorEnrichmentJobOutputConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.