@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 String integrationAssociationId()
The identifier for the AppIntegration association.
public String integrationAssociationArn()
The Amazon Resource Name (ARN) for the AppIntegration association.
public String instanceId()
The identifier of the Amazon Connect instance.
public 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 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 String integrationArn()
The Amazon Resource Name (ARN) for the AppIntegration.
public String sourceApplicationUrl()
The URL for the external application.
public String sourceApplicationName()
The user-provided, friendly name for the external application.
public 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.