@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputFileConfig extends Object implements Serializable, Cloneable, StructuredPojo
A list of parameters that specify the input channels, type of input data, and where it is located.
Constructor and Description |
---|
InputFileConfig() |
Modifier and Type | Method and Description |
---|---|
InputFileConfig |
clone() |
boolean |
equals(Object obj) |
String |
getChannelName()
A named input source that an Amazon Braket job can consume.
|
String |
getContentType()
The MIME type of the data.
|
DataSource |
getDataSource()
The location of the channel data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannelName(String channelName)
A named input source that an Amazon Braket job can consume.
|
void |
setContentType(String contentType)
The MIME type of the data.
|
void |
setDataSource(DataSource dataSource)
The location of the channel data.
|
String |
toString()
Returns a string representation of this object.
|
InputFileConfig |
withChannelName(String channelName)
A named input source that an Amazon Braket job can consume.
|
InputFileConfig |
withContentType(String contentType)
The MIME type of the data.
|
InputFileConfig |
withDataSource(DataSource dataSource)
The location of the channel data.
|
public void setChannelName(String channelName)
A named input source that an Amazon Braket job can consume.
channelName
- A named input source that an Amazon Braket job can consume.public String getChannelName()
A named input source that an Amazon Braket job can consume.
public InputFileConfig withChannelName(String channelName)
A named input source that an Amazon Braket job can consume.
channelName
- A named input source that an Amazon Braket job can consume.public void setContentType(String contentType)
The MIME type of the data.
contentType
- The MIME type of the data.public String getContentType()
The MIME type of the data.
public InputFileConfig withContentType(String contentType)
The MIME type of the data.
contentType
- The MIME type of the data.public void setDataSource(DataSource dataSource)
The location of the channel data.
dataSource
- The location of the channel data.public DataSource getDataSource()
The location of the channel data.
public InputFileConfig withDataSource(DataSource dataSource)
The location of the channel data.
dataSource
- The location of the channel data.public String toString()
toString
in class Object
Object.toString()
public InputFileConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.