@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3DataSource extends Object implements Serializable, Cloneable, StructuredPojo
Information about the data stored in Amazon S3 used by the Amazon Braket job.
| Constructor and Description |
|---|
S3DataSource() |
| Modifier and Type | Method and Description |
|---|---|
S3DataSource |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
Depending on the value specified for the
S3DataType, identifies either a key name prefix or a
manifest that locates the S3 data source. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3Uri(String s3Uri)
Depending on the value specified for the
S3DataType, identifies either a key name prefix or a
manifest that locates the S3 data source. |
String |
toString()
Returns a string representation of this object.
|
S3DataSource |
withS3Uri(String s3Uri)
Depending on the value specified for the
S3DataType, identifies either a key name prefix or a
manifest that locates the S3 data source. |
public void setS3Uri(String s3Uri)
Depending on the value specified for the S3DataType, identifies either a key name prefix or a
manifest that locates the S3 data source.
s3Uri - Depending on the value specified for the S3DataType, identifies either a key name prefix or a
manifest that locates the S3 data source.public String getS3Uri()
Depending on the value specified for the S3DataType, identifies either a key name prefix or a
manifest that locates the S3 data source.
S3DataType, identifies either a key name prefix or
a manifest that locates the S3 data source.public S3DataSource withS3Uri(String s3Uri)
Depending on the value specified for the S3DataType, identifies either a key name prefix or a
manifest that locates the S3 data source.
s3Uri - Depending on the value specified for the S3DataType, identifies either a key name prefix or a
manifest that locates the S3 data source.public String toString()
toString in class ObjectObject.toString()public S3DataSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.