@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventOrchestration extends Object implements Serializable, Cloneable, StructuredPojo
The event orchestration status.
| Constructor and Description |
|---|
EventOrchestration() |
| Modifier and Type | Method and Description |
|---|---|
EventOrchestration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEventBridgeEnabled()
Specifies if event orchestration is enabled through Amazon EventBridge.
|
int |
hashCode() |
Boolean |
isEventBridgeEnabled()
Specifies if event orchestration is enabled through Amazon EventBridge.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEventBridgeEnabled(Boolean eventBridgeEnabled)
Specifies if event orchestration is enabled through Amazon EventBridge.
|
String |
toString()
Returns a string representation of this object.
|
EventOrchestration |
withEventBridgeEnabled(Boolean eventBridgeEnabled)
Specifies if event orchestration is enabled through Amazon EventBridge.
|
public void setEventBridgeEnabled(Boolean eventBridgeEnabled)
Specifies if event orchestration is enabled through Amazon EventBridge.
eventBridgeEnabled - Specifies if event orchestration is enabled through Amazon EventBridge.public Boolean getEventBridgeEnabled()
Specifies if event orchestration is enabled through Amazon EventBridge.
public EventOrchestration withEventBridgeEnabled(Boolean eventBridgeEnabled)
Specifies if event orchestration is enabled through Amazon EventBridge.
eventBridgeEnabled - Specifies if event orchestration is enabled through Amazon EventBridge.public Boolean isEventBridgeEnabled()
Specifies if event orchestration is enabled through Amazon EventBridge.
public String toString()
toString in class ObjectObject.toString()public EventOrchestration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.