Class IntegrationAssociationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.IntegrationAssociationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IntegrationAssociationSummary.Builder,IntegrationAssociationSummary>
@Generated("software.amazon.awssdk:codegen") public final class IntegrationAssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IntegrationAssociationSummary.Builder,IntegrationAssociationSummary>
Contains summary information about the associated AppIntegrations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIntegrationAssociationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntegrationAssociationSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceId()The identifier of the Amazon Connect instance.StringintegrationArn()The Amazon Resource Name (ARN) for the AppIntegration.StringintegrationAssociationArn()The Amazon Resource Name (ARN) for the AppIntegration association.StringintegrationAssociationId()The identifier for the AppIntegration association.IntegrationTypeintegrationType()The integration type.StringintegrationTypeAsString()The integration type.List<SdkField<?>>sdkFields()static Class<? extends IntegrationAssociationSummary.Builder>serializableBuilderClass()StringsourceApplicationName()The user-provided, friendly name for the external application.StringsourceApplicationUrl()The URL for the external application.SourceTypesourceType()The name of the source.StringsourceTypeAsString()The name of the source.IntegrationAssociationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
integrationAssociationId
public final String integrationAssociationId()
The identifier for the AppIntegration association.
- Returns:
- The identifier for the AppIntegration association.
-
integrationAssociationArn
public final String integrationAssociationArn()
The Amazon Resource Name (ARN) for the AppIntegration association.
- Returns:
- The Amazon Resource Name (ARN) for the AppIntegration association.
-
instanceId
public final String instanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Returns:
- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
-
integrationType
public final IntegrationType integrationType()
The integration type.
If the service returns an enum value that is not available in the current SDK version,
integrationTypewill returnIntegrationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromintegrationTypeAsString().- Returns:
- The integration type.
- See Also:
IntegrationType
-
integrationTypeAsString
public final String integrationTypeAsString()
The integration type.
If the service returns an enum value that is not available in the current SDK version,
integrationTypewill returnIntegrationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromintegrationTypeAsString().- Returns:
- The integration type.
- See Also:
IntegrationType
-
integrationArn
public final String integrationArn()
The Amazon Resource Name (ARN) for the AppIntegration.
- Returns:
- The Amazon Resource Name (ARN) for the AppIntegration.
-
sourceApplicationUrl
public final String sourceApplicationUrl()
The URL for the external application.
- Returns:
- The URL for the external application.
-
sourceApplicationName
public final String sourceApplicationName()
The user-provided, friendly name for the external application.
- Returns:
- The user-provided, friendly name for the external application.
-
sourceType
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,
sourceTypewill returnSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceTypeAsString().- Returns:
- The name of the source.
- See Also:
SourceType
-
sourceTypeAsString
public final String sourceTypeAsString()
The name of the source.
If the service returns an enum value that is not available in the current SDK version,
sourceTypewill returnSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceTypeAsString().- Returns:
- The name of the source.
- See Also:
SourceType
-
toBuilder
public IntegrationAssociationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IntegrationAssociationSummary.Builder,IntegrationAssociationSummary>
-
builder
public static IntegrationAssociationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends IntegrationAssociationSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-