@Generated(value="software.amazon.awssdk:codegen") public final class EventIntegrationAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventIntegrationAssociation.Builder,EventIntegrationAssociation>
The Amazon AppIntegrations APIs are in preview release and are subject to change.
The event integration association.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventIntegrationAssociation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EventIntegrationAssociation.Builder |
builder() |
Map<String,String> |
clientAssociationMetadata()
The metadata associated with the client.
|
String |
clientId()
The identifier for the client that is associated with the event integration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventBridgeRuleName()
The name of the Eventbridge rule.
|
String |
eventIntegrationAssociationArn()
The Amazon Resource Name (ARN) for the event integration association.
|
String |
eventIntegrationAssociationId()
The identifier for the event integration association.
|
String |
eventIntegrationName()
The name of the event integration.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasClientAssociationMetadata()
Returns true if the ClientAssociationMetadata property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventIntegrationAssociation.Builder> |
serializableBuilderClass() |
EventIntegrationAssociation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String eventIntegrationAssociationArn()
The Amazon Resource Name (ARN) for the event integration association.
public final String eventIntegrationAssociationId()
The identifier for the event integration association.
public final String eventIntegrationName()
The name of the event integration.
public final String clientId()
The identifier for the client that is associated with the event integration.
public final String eventBridgeRuleName()
The name of the Eventbridge rule.
public final boolean hasClientAssociationMetadata()
public final Map<String,String> clientAssociationMetadata()
The metadata associated with the client.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasClientAssociationMetadata() to see if a value was sent in this field.
public EventIntegrationAssociation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventIntegrationAssociation.Builder,EventIntegrationAssociation>public static EventIntegrationAssociation.Builder builder()
public static Class<? extends EventIntegrationAssociation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.