@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContentAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetContentAssociationResult() |
Modifier and Type | Method and Description |
---|---|
GetContentAssociationResult |
clone() |
boolean |
equals(Object obj) |
ContentAssociationData |
getContentAssociation()
The association between Amazon Q in Connect content and another resource.
|
int |
hashCode() |
void |
setContentAssociation(ContentAssociationData contentAssociation)
The association between Amazon Q in Connect content and another resource.
|
String |
toString()
Returns a string representation of this object.
|
GetContentAssociationResult |
withContentAssociation(ContentAssociationData contentAssociation)
The association between Amazon Q in Connect content and another resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContentAssociation(ContentAssociationData contentAssociation)
The association between Amazon Q in Connect content and another resource.
contentAssociation
- The association between Amazon Q in Connect content and another resource.public ContentAssociationData getContentAssociation()
The association between Amazon Q in Connect content and another resource.
public GetContentAssociationResult withContentAssociation(ContentAssociationData contentAssociation)
The association between Amazon Q in Connect content and another resource.
contentAssociation
- The association between Amazon Q in Connect content and another resource.public String toString()
toString
in class Object
Object.toString()
public GetContentAssociationResult clone()