@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Input extends Object implements Serializable, Cloneable, StructuredPojo
Information about the input.
Constructor and Description |
---|
Input() |
Modifier and Type | Method and Description |
---|---|
Input |
clone() |
boolean |
equals(Object obj) |
InputConfiguration |
getInputConfiguration()
Information about the configuration of an input.
|
InputDefinition |
getInputDefinition()
The definition of the input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputConfiguration(InputConfiguration inputConfiguration)
Information about the configuration of an input.
|
void |
setInputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
String |
toString()
Returns a string representation of this object.
|
Input |
withInputConfiguration(InputConfiguration inputConfiguration)
Information about the configuration of an input.
|
Input |
withInputDefinition(InputDefinition inputDefinition)
The definition of the input.
|
public void setInputConfiguration(InputConfiguration inputConfiguration)
Information about the configuration of an input.
inputConfiguration
- Information about the configuration of an input.public InputConfiguration getInputConfiguration()
Information about the configuration of an input.
public Input withInputConfiguration(InputConfiguration inputConfiguration)
Information about the configuration of an input.
inputConfiguration
- Information about the configuration of an input.public void setInputDefinition(InputDefinition inputDefinition)
The definition of the input.
inputDefinition
- The definition of the input.public InputDefinition getInputDefinition()
The definition of the input.
public Input withInputDefinition(InputDefinition inputDefinition)
The definition of the input.
inputDefinition
- The definition of the input.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.