@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
The output data configuration that was supplied when the export job was created.
| Constructor and Description |
|---|
OutputDataConfig() |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The S3Uri is the user specified S3 location to which data will be exported from a FHIR Data Store.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3Uri(String s3Uri)
The S3Uri is the user specified S3 location to which data will be exported from a FHIR Data Store.
|
String |
toString()
Returns a string representation of this object.
|
OutputDataConfig |
withS3Uri(String s3Uri)
The S3Uri is the user specified S3 location to which data will be exported from a FHIR Data Store.
|
public void setS3Uri(String s3Uri)
The S3Uri is the user specified S3 location to which data will be exported from a FHIR Data Store.
s3Uri - The S3Uri is the user specified S3 location to which data will be exported from a FHIR Data Store.public String getS3Uri()
The S3Uri is the user specified S3 location to which data will be exported from a FHIR Data Store.
public OutputDataConfig withS3Uri(String s3Uri)
The S3Uri is the user specified S3 location to which data will be exported from a FHIR Data Store.
s3Uri - The S3Uri is the user specified S3 location to which data will be exported from a FHIR Data Store.public String toString()
toString in class ObjectObject.toString()public OutputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.