@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyticsDataAssociationResult extends Object implements Serializable, Cloneable, StructuredPojo
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
.
Constructor and Description |
---|
AnalyticsDataAssociationResult() |
Modifier and Type | Method and Description |
---|---|
AnalyticsDataAssociationResult |
clone() |
boolean |
equals(Object obj) |
String |
getDataSetId()
The identifier of the dataset.
|
String |
getResourceShareArn()
The Amazon Resource Name (ARN) of the Resource Access Manager share.
|
String |
getResourceShareId()
The Resource Access Manager share ID.
|
String |
getTargetAccountId()
The identifier of the target account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSetId(String dataSetId)
The identifier of the dataset.
|
void |
setResourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the Resource Access Manager share.
|
void |
setResourceShareId(String resourceShareId)
The Resource Access Manager share ID.
|
void |
setTargetAccountId(String targetAccountId)
The identifier of the target account.
|
String |
toString()
Returns a string representation of this object.
|
AnalyticsDataAssociationResult |
withDataSetId(String dataSetId)
The identifier of the dataset.
|
AnalyticsDataAssociationResult |
withResourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the Resource Access Manager share.
|
AnalyticsDataAssociationResult |
withResourceShareId(String resourceShareId)
The Resource Access Manager share ID.
|
AnalyticsDataAssociationResult |
withTargetAccountId(String targetAccountId)
The identifier of the target account.
|
public void setDataSetId(String dataSetId)
The identifier of the dataset.
dataSetId
- The identifier of the dataset.public String getDataSetId()
The identifier of the dataset.
public AnalyticsDataAssociationResult withDataSetId(String dataSetId)
The identifier of the dataset.
dataSetId
- The identifier of the dataset.public void setTargetAccountId(String targetAccountId)
The identifier of the target account.
targetAccountId
- The identifier of the target account.public String getTargetAccountId()
The identifier of the target account.
public AnalyticsDataAssociationResult withTargetAccountId(String targetAccountId)
The identifier of the target account.
targetAccountId
- The identifier of the target account.public void setResourceShareId(String resourceShareId)
The Resource Access Manager share ID.
resourceShareId
- The Resource Access Manager share ID.public String getResourceShareId()
The Resource Access Manager share ID.
public AnalyticsDataAssociationResult withResourceShareId(String resourceShareId)
The Resource Access Manager share ID.
resourceShareId
- The Resource Access Manager share ID.public void setResourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the Resource Access Manager share.
resourceShareArn
- The Amazon Resource Name (ARN) of the Resource Access Manager share.public String getResourceShareArn()
The Amazon Resource Name (ARN) of the Resource Access Manager share.
public AnalyticsDataAssociationResult withResourceShareArn(String resourceShareArn)
The Amazon Resource Name (ARN) of the Resource Access Manager share.
resourceShareArn
- The Amazon Resource Name (ARN) of the Resource Access Manager share.public String toString()
toString
in class Object
Object.toString()
public AnalyticsDataAssociationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.