@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputAttachment extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
InputAttachment() |
| Modifier and Type | Method and Description |
|---|---|
InputAttachment |
clone() |
boolean |
equals(Object obj) |
String |
getInputId()
The ID of the input
|
InputSettings |
getInputSettings()
Settings of an input (caption selector, etc.)
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInputId(String inputId)
The ID of the input
|
void |
setInputSettings(InputSettings inputSettings)
Settings of an input (caption selector, etc.)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InputAttachment |
withInputId(String inputId)
The ID of the input
|
InputAttachment |
withInputSettings(InputSettings inputSettings)
Settings of an input (caption selector, etc.)
|
public void setInputId(String inputId)
inputId - The ID of the inputpublic String getInputId()
public InputAttachment withInputId(String inputId)
inputId - The ID of the inputpublic void setInputSettings(InputSettings inputSettings)
inputSettings - Settings of an input (caption selector, etc.)public InputSettings getInputSettings()
public InputAttachment withInputSettings(InputSettings inputSettings)
inputSettings - Settings of an input (caption selector, etc.)public String toString()
toString in class ObjectObject.toString()public InputAttachment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.