@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSource extends Object implements Serializable, Cloneable, StructuredPojo
Information about the source of the data used by the Amazon Braket job.
Constructor and Description |
---|
DataSource() |
Modifier and Type | Method and Description |
---|---|
DataSource |
clone() |
boolean |
equals(Object obj) |
S3DataSource |
getS3DataSource()
Information about the data stored in Amazon S3 used by the Amazon Braket job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3DataSource(S3DataSource s3DataSource)
Information about the data stored in Amazon S3 used by the Amazon Braket job.
|
String |
toString()
Returns a string representation of this object.
|
DataSource |
withS3DataSource(S3DataSource s3DataSource)
Information about the data stored in Amazon S3 used by the Amazon Braket job.
|
public void setS3DataSource(S3DataSource s3DataSource)
Information about the data stored in Amazon S3 used by the Amazon Braket job.
s3DataSource
- Information about the data stored in Amazon S3 used by the Amazon Braket job.public S3DataSource getS3DataSource()
Information about the data stored in Amazon S3 used by the Amazon Braket job.
public DataSource withS3DataSource(S3DataSource s3DataSource)
Information about the data stored in Amazon S3 used by the Amazon Braket job.
s3DataSource
- Information about the data stored in Amazon S3 used by the Amazon Braket job.public String toString()
toString
in class Object
Object.toString()
public DataSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.