@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContentAssociationContents extends Object implements Serializable, Cloneable, StructuredPojo
The contents of a content association.
Constructor and Description |
---|
ContentAssociationContents() |
Modifier and Type | Method and Description |
---|---|
ContentAssociationContents |
clone() |
boolean |
equals(Object obj) |
AmazonConnectGuideAssociationData |
getAmazonConnectGuideAssociation()
The data of the step-by-step guide association.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAmazonConnectGuideAssociation(AmazonConnectGuideAssociationData amazonConnectGuideAssociation)
The data of the step-by-step guide association.
|
String |
toString()
Returns a string representation of this object.
|
ContentAssociationContents |
withAmazonConnectGuideAssociation(AmazonConnectGuideAssociationData amazonConnectGuideAssociation)
The data of the step-by-step guide association.
|
public void setAmazonConnectGuideAssociation(AmazonConnectGuideAssociationData amazonConnectGuideAssociation)
The data of the step-by-step guide association.
amazonConnectGuideAssociation
- The data of the step-by-step guide association.public AmazonConnectGuideAssociationData getAmazonConnectGuideAssociation()
The data of the step-by-step guide association.
public ContentAssociationContents withAmazonConnectGuideAssociation(AmazonConnectGuideAssociationData amazonConnectGuideAssociation)
The data of the step-by-step guide association.
amazonConnectGuideAssociation
- The data of the step-by-step guide association.public String toString()
toString
in class Object
Object.toString()
public ContentAssociationContents clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.