@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThumbnailConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ThumbnailConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ThumbnailConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getState()
Enables the thumbnail feature.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setState(String state)
Enables the thumbnail feature.
|
String |
toString()
Returns a string representation of this object.
|
ThumbnailConfiguration |
withState(String state)
Enables the thumbnail feature.
|
ThumbnailConfiguration |
withState(ThumbnailState state)
Enables the thumbnail feature.
|
public void setState(String state)
state - Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in
the channel. AUTO turns the feature on, DISABLE turns the feature off.ThumbnailStatepublic String getState()
ThumbnailStatepublic ThumbnailConfiguration withState(String state)
state - Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in
the channel. AUTO turns the feature on, DISABLE turns the feature off.ThumbnailStatepublic ThumbnailConfiguration withState(ThumbnailState state)
state - Enables the thumbnail feature. The feature generates thumbnails of the incoming video in each pipeline in
the channel. AUTO turns the feature on, DISABLE turns the feature off.ThumbnailStatepublic String toString()
toString in class ObjectObject.toString()public ThumbnailConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.