@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.ThumbnailState
public String getState()
ThumbnailState
public 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.ThumbnailState
public 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.ThumbnailState
public String toString()
toString
in class Object
Object.toString()
public ThumbnailConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.