@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VectorEnrichmentJobDataSourceConfigInput extends Object implements Serializable, Cloneable, StructuredPojo
The input structure for the data source that represents the storage type of the input data objects.
Constructor and Description |
---|
VectorEnrichmentJobDataSourceConfigInput() |
Modifier and Type | Method and Description |
---|---|
VectorEnrichmentJobDataSourceConfigInput |
clone() |
boolean |
equals(Object obj) |
VectorEnrichmentJobS3Data |
getS3Data()
The input structure for the Amazon S3 data that represents 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 the Amazon S3 data that represents the Amazon S3 location of the input data objects.
|
String |
toString()
Returns a string representation of this object.
|
VectorEnrichmentJobDataSourceConfigInput |
withS3Data(VectorEnrichmentJobS3Data s3Data)
The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
|
public VectorEnrichmentJobDataSourceConfigInput()
public void setS3Data(VectorEnrichmentJobS3Data s3Data)
The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
s3Data
- The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data
objects.public VectorEnrichmentJobS3Data getS3Data()
The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
public VectorEnrichmentJobDataSourceConfigInput withS3Data(VectorEnrichmentJobS3Data s3Data)
The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
s3Data
- The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data
objects.public String toString()
toString
in class Object
Object.toString()
public VectorEnrichmentJobDataSourceConfigInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.