Class AnalyticsDataAssociationResult
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.AnalyticsDataAssociationResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnalyticsDataAssociationResult.Builder,AnalyticsDataAssociationResult>
@Generated("software.amazon.awssdk:codegen") public final class AnalyticsDataAssociationResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalyticsDataAssociationResult.Builder,AnalyticsDataAssociationResult>
This API is in preview release for Amazon Connect and is subject to change.
Information about associations that are successfully created:
DataSetId,TargetAccountId,ResourceShareId,ResourceShareArn.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnalyticsDataAssociationResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnalyticsDataAssociationResult.Builderbuilder()StringdataSetId()The identifier of the dataset.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceShareArn()The Amazon Resource Name (ARN) of the Resource Access Manager share.StringresourceShareId()The Resource Access Manager share ID.List<SdkField<?>>sdkFields()static Class<? extends AnalyticsDataAssociationResult.Builder>serializableBuilderClass()StringtargetAccountId()The identifier of the target account.AnalyticsDataAssociationResult.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
-
dataSetId
public final String dataSetId()
The identifier of the dataset.
- Returns:
- The identifier of the dataset.
-
targetAccountId
public final String targetAccountId()
The identifier of the target account.
- Returns:
- The identifier of the target account.
-
resourceShareId
public final String resourceShareId()
The Resource Access Manager share ID.
- Returns:
- The Resource Access Manager share ID.
-
resourceShareArn
public final String resourceShareArn()
The Amazon Resource Name (ARN) of the Resource Access Manager share.
- Returns:
- The Amazon Resource Name (ARN) of the Resource Access Manager share.
-
toBuilder
public AnalyticsDataAssociationResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnalyticsDataAssociationResult.Builder,AnalyticsDataAssociationResult>
-
builder
public static AnalyticsDataAssociationResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnalyticsDataAssociationResult.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.
-
-