@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelInput extends Object implements Serializable, Cloneable, StructuredPojo
Input object for the model.
| Constructor and Description | 
|---|
ModelInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModelInput | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDataInputConfig()
 The input configuration object for the model. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setDataInputConfig(String dataInputConfig)
 The input configuration object for the model. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ModelInput | 
withDataInputConfig(String dataInputConfig)
 The input configuration object for the model. 
 | 
public void setDataInputConfig(String dataInputConfig)
The input configuration object for the model.
dataInputConfig - The input configuration object for the model.public String getDataInputConfig()
The input configuration object for the model.
public ModelInput withDataInputConfig(String dataInputConfig)
The input configuration object for the model.
dataInputConfig - The input configuration object for the model.public String toString()
toString in class ObjectObject.toString()public ModelInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.