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