@Generated(value="software.amazon.awssdk:codegen") public final class IntegrationAssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntegrationAssociationSummary.Builder,IntegrationAssociationSummary>
Contains summary information about the associated AppIntegrations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IntegrationAssociationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IntegrationAssociationSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The identifier of the Amazon Connect instance.
|
String |
integrationArn()
The Amazon Resource Name (ARN) for the AppIntegration.
|
String |
integrationAssociationArn()
The Amazon Resource Name (ARN) for the AppIntegration association.
|
String |
integrationAssociationId()
The identifier for the AppIntegration association.
|
IntegrationType |
integrationType()
The integration type.
|
String |
integrationTypeAsString()
The integration type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IntegrationAssociationSummary.Builder> |
serializableBuilderClass() |
String |
sourceApplicationName()
The user-provided, friendly name for the external application.
|
String |
sourceApplicationUrl()
The URL for the external application.
|
SourceType |
sourceType()
The name of the source.
|
String |
sourceTypeAsString()
The name of the source.
|
IntegrationAssociationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String integrationAssociationId()
The identifier for the AppIntegration association.
public final String integrationAssociationArn()
The Amazon Resource Name (ARN) for the AppIntegration association.
public final String instanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public final IntegrationType integrationType()
The integration type.
If the service returns an enum value that is not available in the current SDK version, integrationType
will return IntegrationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from integrationTypeAsString().
IntegrationTypepublic final String integrationTypeAsString()
The integration type.
If the service returns an enum value that is not available in the current SDK version, integrationType
will return IntegrationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from integrationTypeAsString().
IntegrationTypepublic final String integrationArn()
The Amazon Resource Name (ARN) for the AppIntegration.
public final String sourceApplicationUrl()
The URL for the external application.
public final String sourceApplicationName()
The user-provided, friendly name for the external application.
public final SourceType sourceType()
The name of the source.
If the service returns an enum value that is not available in the current SDK version, sourceType will
return SourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sourceTypeAsString().
SourceTypepublic final String sourceTypeAsString()
The name of the source.
If the service returns an enum value that is not available in the current SDK version, sourceType will
return SourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sourceTypeAsString().
SourceTypepublic IntegrationAssociationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IntegrationAssociationSummary.Builder,IntegrationAssociationSummary>public static IntegrationAssociationSummary.Builder builder()
public static Class<? extends IntegrationAssociationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.