Class CreateConfirmCustomizationDetailsRequest
- java.lang.Object
-
- software.amazon.spapi.models.messaging.v1.CreateConfirmCustomizationDetailsRequest
-
public class CreateConfirmCustomizationDetailsRequest extends java.lang.Object
The request schema for the confirmCustomizationDetails operation.
-
-
Constructor Summary
Constructors Constructor Description CreateConfirmCustomizationDetailsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateConfirmCustomizationDetailsRequest
addAttachmentsItem(Attachment attachmentsItem)
CreateConfirmCustomizationDetailsRequest
attachments(java.util.List<Attachment> attachments)
boolean
equals(java.lang.Object o)
java.util.List<Attachment>
getAttachments()
Attachments to include in the message to the buyer.java.lang.String
getText()
The text to be sent to the buyer.int
hashCode()
void
setAttachments(java.util.List<Attachment> attachments)
void
setText(java.lang.String text)
CreateConfirmCustomizationDetailsRequest
text(java.lang.String text)
java.lang.String
toString()
-
-
-
Method Detail
-
text
public CreateConfirmCustomizationDetailsRequest text(java.lang.String text)
-
getText
public java.lang.String getText()
The text to be sent to the buyer. Only links related to customization details are allowed. Do not include HTML or email addresses. The text must be written in the buyer's language of preference, which can be retrieved from the GetAttributes operation.- Returns:
- text
-
setText
public void setText(java.lang.String text)
-
attachments
public CreateConfirmCustomizationDetailsRequest attachments(java.util.List<Attachment> attachments)
-
addAttachmentsItem
public CreateConfirmCustomizationDetailsRequest addAttachmentsItem(Attachment attachmentsItem)
-
getAttachments
public java.util.List<Attachment> getAttachments()
Attachments to include in the message to the buyer.- Returns:
- attachments
-
setAttachments
public void setAttachments(java.util.List<Attachment> attachments)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-