@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachmentsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for the file upload during chat feature.
| Constructor and Description |
|---|
AttachmentsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentsConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAttachmentsControlMode()
Status information about whether file upload functionality is activated or deactivated for your end user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttachmentsControlMode(String attachmentsControlMode)
Status information about whether file upload functionality is activated or deactivated for your end user.
|
String |
toString()
Returns a string representation of this object.
|
AttachmentsConfiguration |
withAttachmentsControlMode(AttachmentsControlMode attachmentsControlMode)
Status information about whether file upload functionality is activated or deactivated for your end user.
|
AttachmentsConfiguration |
withAttachmentsControlMode(String attachmentsControlMode)
Status information about whether file upload functionality is activated or deactivated for your end user.
|
public void setAttachmentsControlMode(String attachmentsControlMode)
Status information about whether file upload functionality is activated or deactivated for your end user.
attachmentsControlMode - Status information about whether file upload functionality is activated or deactivated for your end user.AttachmentsControlModepublic String getAttachmentsControlMode()
Status information about whether file upload functionality is activated or deactivated for your end user.
AttachmentsControlModepublic AttachmentsConfiguration withAttachmentsControlMode(String attachmentsControlMode)
Status information about whether file upload functionality is activated or deactivated for your end user.
attachmentsControlMode - Status information about whether file upload functionality is activated or deactivated for your end user.AttachmentsControlModepublic AttachmentsConfiguration withAttachmentsControlMode(AttachmentsControlMode attachmentsControlMode)
Status information about whether file upload functionality is activated or deactivated for your end user.
attachmentsControlMode - Status information about whether file upload functionality is activated or deactivated for your end user.AttachmentsControlModepublic String toString()
toString in class ObjectObject.toString()public AttachmentsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.