@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.AttachmentsControlMode
public String getAttachmentsControlMode()
Information about whether file upload during chat functionality is activated for your application.
AttachmentsControlMode
public 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.AttachmentsControlMode
public 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.AttachmentsControlMode
public String toString()
toString
in class Object
Object.toString()
public AppliedAttachmentsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.