@Generated(value="software.amazon.awssdk:codegen") public class InputLossBehavior extends Object implements StructuredPojo, ToCopyableBuilder<InputLossBehavior.Builder,InputLossBehavior>
Modifier and Type | Class and Description |
---|---|
static interface |
InputLossBehavior.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
blackFrameMsec()
Documentation update needed
|
static InputLossBehavior.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inputLossImageColor()
When input loss image type is "color" this field specifies the color to use.
|
InputLocation |
inputLossImageSlate()
When input loss image type is "slate" these fields specify the parameters for accessing the slate.
|
InputLossImageType |
inputLossImageType()
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
String |
inputLossImageTypeAsString()
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Integer |
repeatFrameMsec()
Documentation update needed
|
static Class<? extends InputLossBehavior.Builder> |
serializableBuilderClass() |
InputLossBehavior.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer blackFrameMsec()
public String inputLossImageColor()
public InputLocation inputLossImageSlate()
public InputLossImageType inputLossImageType()
If the service returns an enum value that is not available in the current SDK version,
inputLossImageType
will return InputLossImageType.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from inputLossImageTypeAsString()
.
InputLossImageType
public String inputLossImageTypeAsString()
If the service returns an enum value that is not available in the current SDK version,
inputLossImageType
will return InputLossImageType.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from inputLossImageTypeAsString()
.
InputLossImageType
public Integer repeatFrameMsec()
public InputLossBehavior.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InputLossBehavior.Builder,InputLossBehavior>
public static InputLossBehavior.Builder builder()
public static Class<? extends InputLossBehavior.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.