@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LabelingJobDataSource extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the location of input data.
Constructor and Description |
---|
LabelingJobDataSource() |
Modifier and Type | Method and Description |
---|---|
LabelingJobDataSource |
clone() |
boolean |
equals(Object obj) |
LabelingJobS3DataSource |
getS3DataSource()
The Amazon S3 location of the input data objects.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3DataSource(LabelingJobS3DataSource s3DataSource)
The Amazon S3 location of the input data objects.
|
String |
toString()
Returns a string representation of this object.
|
LabelingJobDataSource |
withS3DataSource(LabelingJobS3DataSource s3DataSource)
The Amazon S3 location of the input data objects.
|
public void setS3DataSource(LabelingJobS3DataSource s3DataSource)
The Amazon S3 location of the input data objects.
s3DataSource
- The Amazon S3 location of the input data objects.public LabelingJobS3DataSource getS3DataSource()
The Amazon S3 location of the input data objects.
public LabelingJobDataSource withS3DataSource(LabelingJobS3DataSource s3DataSource)
The Amazon S3 location of the input data objects.
s3DataSource
- The Amazon S3 location of the input data objects.public String toString()
toString
in class Object
Object.toString()
public LabelingJobDataSource 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.