@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompositedVideoConcatenationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The composited video configuration object for a specified media pipeline. SourceType
must be
ChimeSdkMeeting
.
Constructor and Description |
---|
CompositedVideoConcatenationConfiguration() |
Modifier and Type | Method and Description |
---|---|
CompositedVideoConcatenationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getState()
Enables or disables the configuration object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setState(String state)
Enables or disables the configuration object.
|
String |
toString()
Returns a string representation of this object.
|
CompositedVideoConcatenationConfiguration |
withState(ArtifactsConcatenationState state)
Enables or disables the configuration object.
|
CompositedVideoConcatenationConfiguration |
withState(String state)
Enables or disables the configuration object.
|
public CompositedVideoConcatenationConfiguration()
public void setState(String state)
Enables or disables the configuration object.
state
- Enables or disables the configuration object.ArtifactsConcatenationState
public String getState()
Enables or disables the configuration object.
ArtifactsConcatenationState
public CompositedVideoConcatenationConfiguration withState(String state)
Enables or disables the configuration object.
state
- Enables or disables the configuration object.ArtifactsConcatenationState
public CompositedVideoConcatenationConfiguration withState(ArtifactsConcatenationState state)
Enables or disables the configuration object.
state
- Enables or disables the configuration object.ArtifactsConcatenationState
public String toString()
toString
in class Object
Object.toString()
public CompositedVideoConcatenationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.