@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MeetingEventsConcatenationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration object for an event concatenation pipeline.
| Constructor and Description |
|---|
MeetingEventsConcatenationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MeetingEventsConcatenationConfiguration |
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.
|
MeetingEventsConcatenationConfiguration |
withState(ArtifactsConcatenationState state)
Enables or disables the configuration object.
|
MeetingEventsConcatenationConfiguration |
withState(String state)
Enables or disables the configuration object.
|
public MeetingEventsConcatenationConfiguration()
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 MeetingEventsConcatenationConfiguration withState(String state)
Enables or disables the configuration object.
state - Enables or disables the configuration object.ArtifactsConcatenationStatepublic MeetingEventsConcatenationConfiguration 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 MeetingEventsConcatenationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.