@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public InputAttachment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.