@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration containing input file information for a batch job.
Constructor and Description |
---|
InputDataConfig() |
Modifier and Type | Method and Description |
---|---|
InputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The S3 location for the input manifest file that contains the list of individual enrollment or registration job
requests.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Uri(String s3Uri)
The S3 location for the input manifest file that contains the list of individual enrollment or registration job
requests.
|
String |
toString()
Returns a string representation of this object.
|
InputDataConfig |
withS3Uri(String s3Uri)
The S3 location for the input manifest file that contains the list of individual enrollment or registration job
requests.
|
public void setS3Uri(String s3Uri)
The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.
s3Uri
- The S3 location for the input manifest file that contains the list of individual enrollment or
registration job requests.public String getS3Uri()
The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.
public InputDataConfig withS3Uri(String s3Uri)
The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.
s3Uri
- The S3 location for the input manifest file that contains the list of individual enrollment or
registration job requests.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.