@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) |
AutomaticInputFailoverSettings |
getAutomaticInputFailoverSettings()
User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over
to a different input.
|
String |
getInputAttachmentName()
User-specified name for the attachment.
|
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 |
setAutomaticInputFailoverSettings(AutomaticInputFailoverSettings automaticInputFailoverSettings)
User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over
to a different input.
|
void |
setInputAttachmentName(String inputAttachmentName)
User-specified name for the attachment.
|
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.
|
InputAttachment |
withAutomaticInputFailoverSettings(AutomaticInputFailoverSettings automaticInputFailoverSettings)
User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over
to a different input.
|
InputAttachment |
withInputAttachmentName(String inputAttachmentName)
User-specified name for the attachment.
|
InputAttachment |
withInputId(String inputId)
The ID of the input
|
InputAttachment |
withInputSettings(InputSettings inputSettings)
Settings of an input (caption selector, etc.)
|
public void setAutomaticInputFailoverSettings(AutomaticInputFailoverSettings automaticInputFailoverSettings)
automaticInputFailoverSettings
- User-specified settings for defining what the conditions are for declaring the input unhealthy and failing
over to a different input.public AutomaticInputFailoverSettings getAutomaticInputFailoverSettings()
public InputAttachment withAutomaticInputFailoverSettings(AutomaticInputFailoverSettings automaticInputFailoverSettings)
automaticInputFailoverSettings
- User-specified settings for defining what the conditions are for declaring the input unhealthy and failing
over to a different input.public void setInputAttachmentName(String inputAttachmentName)
inputAttachmentName
- User-specified name for the attachment. This is required if the user wants to use this input in an input
switch action.public String getInputAttachmentName()
public InputAttachment withInputAttachmentName(String inputAttachmentName)
inputAttachmentName
- User-specified name for the attachment. This is required if the user wants to use this input in an input
switch action.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.