@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioConcatenationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The audio artifact concatenation configuration object.
| Constructor and Description |
|---|
AudioConcatenationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AudioConcatenationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getState()
Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setState(String state)
Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation. |
String |
toString()
Returns a string representation of this object.
|
AudioConcatenationConfiguration |
withState(AudioArtifactsConcatenationState state)
Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation. |
AudioConcatenationConfiguration |
withState(String state)
Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation. |
public void setState(String state)
Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation.
state - Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation.AudioArtifactsConcatenationStatepublic String getState()
Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation.
AudioConcatenation.AudioArtifactsConcatenationStatepublic AudioConcatenationConfiguration withState(String state)
Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation.
state - Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation.AudioArtifactsConcatenationStatepublic AudioConcatenationConfiguration withState(AudioArtifactsConcatenationState state)
Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation.
state - Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation.AudioArtifactsConcatenationStatepublic String toString()
toString in class ObjectObject.toString()public AudioConcatenationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.