@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleTriggerEventSource extends Object implements Serializable, Cloneable, StructuredPojo
The name of the event source. This field is required if TriggerEventSource
is one of the following
values: OnZendeskTicketCreate
| OnZendeskTicketStatusUpdate
|
OnSalesforceCaseCreate
Constructor and Description |
---|
RuleTriggerEventSource() |
Modifier and Type | Method and Description |
---|---|
RuleTriggerEventSource |
clone() |
boolean |
equals(Object obj) |
String |
getEventSourceName()
The name of the event source.
|
String |
getIntegrationAssociationId()
The identifier for the integration association.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEventSourceName(String eventSourceName)
The name of the event source.
|
void |
setIntegrationAssociationId(String integrationAssociationId)
The identifier for the integration association.
|
String |
toString()
Returns a string representation of this object.
|
RuleTriggerEventSource |
withEventSourceName(EventSourceName eventSourceName)
The name of the event source.
|
RuleTriggerEventSource |
withEventSourceName(String eventSourceName)
The name of the event source.
|
RuleTriggerEventSource |
withIntegrationAssociationId(String integrationAssociationId)
The identifier for the integration association.
|
public void setEventSourceName(String eventSourceName)
The name of the event source.
eventSourceName
- The name of the event source.EventSourceName
public String getEventSourceName()
The name of the event source.
EventSourceName
public RuleTriggerEventSource withEventSourceName(String eventSourceName)
The name of the event source.
eventSourceName
- The name of the event source.EventSourceName
public RuleTriggerEventSource withEventSourceName(EventSourceName eventSourceName)
The name of the event source.
eventSourceName
- The name of the event source.EventSourceName
public void setIntegrationAssociationId(String integrationAssociationId)
The identifier for the integration association.
integrationAssociationId
- The identifier for the integration association.public String getIntegrationAssociationId()
The identifier for the integration association.
public RuleTriggerEventSource withIntegrationAssociationId(String integrationAssociationId)
The identifier for the integration association.
integrationAssociationId
- The identifier for the integration association.public String toString()
toString
in class Object
Object.toString()
public RuleTriggerEventSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.