@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
The input properties for an import job.
Constructor and Description |
---|
InputDataConfig() |
Modifier and Type | Method and Description |
---|---|
InputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Uri(String s3Uri)
The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.
|
String |
toString()
Returns a string representation of this object.
|
InputDataConfig |
withS3Uri(String s3Uri)
The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.
|
public void setS3Uri(String s3Uri)
The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.
s3Uri
- The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.public String getS3Uri()
The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.
public InputDataConfig withS3Uri(String s3Uri)
The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.
s3Uri
- The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake.public String toString()
toString
in class Object
Object.toString()
public InputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.