@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataChannelConcatenationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The content configuration object's data channel.
| Constructor and Description |
|---|
DataChannelConcatenationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DataChannelConcatenationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getState()
Enables or disables the configuration object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setState(String state)
Enables or disables the configuration object.
|
String |
toString()
Returns a string representation of this object.
|
DataChannelConcatenationConfiguration |
withState(ArtifactsConcatenationState state)
Enables or disables the configuration object.
|
DataChannelConcatenationConfiguration |
withState(String state)
Enables or disables the configuration object.
|
public DataChannelConcatenationConfiguration()
public void setState(String state)
Enables or disables the configuration object.
state - Enables or disables the configuration object.ArtifactsConcatenationStatepublic String getState()
Enables or disables the configuration object.
ArtifactsConcatenationStatepublic DataChannelConcatenationConfiguration withState(String state)
Enables or disables the configuration object.
state - Enables or disables the configuration object.ArtifactsConcatenationStatepublic DataChannelConcatenationConfiguration withState(ArtifactsConcatenationState state)
Enables or disables the configuration object.
state - Enables or disables the configuration object.ArtifactsConcatenationStatepublic String toString()
toString in class ObjectObject.toString()public DataChannelConcatenationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.