@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)
Marshalls this structured data using the given
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
.AudioArtifactsConcatenationState
public String getState()
Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation
.
AudioConcatenation
.AudioArtifactsConcatenationState
public 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
.AudioArtifactsConcatenationState
public 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
.AudioArtifactsConcatenationState
public String toString()
toString
in class Object
Object.toString()
public AudioConcatenationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.