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