@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventBridgeActionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
The EventBridge action definition.
| Constructor and Description |
|---|
EventBridgeActionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
EventBridgeActionDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name.
|
String |
toString()
Returns a string representation of this object.
|
EventBridgeActionDefinition |
withName(String name)
The name.
|
public void setName(String name)
The name.
name - The name.public String getName()
The name.
public EventBridgeActionDefinition withName(String name)
The name.
name - The name.public String toString()
toString in class ObjectObject.toString()public EventBridgeActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.