@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserSettingsSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of user settings.
Constructor and Description |
---|
UserSettingsSummary() |
Modifier and Type | Method and Description |
---|---|
UserSettingsSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCopyAllowed()
Specifies whether the user can copy text from the streaming session to the local device.
|
String |
getDownloadAllowed()
Specifies whether the user can download files from the streaming session to the local device.
|
String |
getPasteAllowed()
Specifies whether the user can paste text from the local device to the streaming session.
|
String |
getPrintAllowed()
Specifies whether the user can print to the local device.
|
String |
getUploadAllowed()
Specifies whether the user can upload files from the local device to the streaming session.
|
String |
getUserSettingsArn()
The ARN of the user settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCopyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
void |
setDownloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
void |
setPasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
void |
setPrintAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
void |
setUploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
void |
setUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
String |
toString()
Returns a string representation of this object.
|
UserSettingsSummary |
withCopyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettingsSummary |
withCopyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettingsSummary |
withDownloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettingsSummary |
withDownloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettingsSummary |
withPasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettingsSummary |
withPasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettingsSummary |
withPrintAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
UserSettingsSummary |
withPrintAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
UserSettingsSummary |
withUploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettingsSummary |
withUploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettingsSummary |
withUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
public void setCopyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
copyAllowed
- Specifies whether the user can copy text from the streaming session to the local device.EnabledType
public String getCopyAllowed()
Specifies whether the user can copy text from the streaming session to the local device.
EnabledType
public UserSettingsSummary withCopyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
copyAllowed
- Specifies whether the user can copy text from the streaming session to the local device.EnabledType
public UserSettingsSummary withCopyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
copyAllowed
- Specifies whether the user can copy text from the streaming session to the local device.EnabledType
public void setDownloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
downloadAllowed
- Specifies whether the user can download files from the streaming session to the local device.EnabledType
public String getDownloadAllowed()
Specifies whether the user can download files from the streaming session to the local device.
EnabledType
public UserSettingsSummary withDownloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
downloadAllowed
- Specifies whether the user can download files from the streaming session to the local device.EnabledType
public UserSettingsSummary withDownloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
downloadAllowed
- Specifies whether the user can download files from the streaming session to the local device.EnabledType
public void setPasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
pasteAllowed
- Specifies whether the user can paste text from the local device to the streaming session.EnabledType
public String getPasteAllowed()
Specifies whether the user can paste text from the local device to the streaming session.
EnabledType
public UserSettingsSummary withPasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
pasteAllowed
- Specifies whether the user can paste text from the local device to the streaming session.EnabledType
public UserSettingsSummary withPasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
pasteAllowed
- Specifies whether the user can paste text from the local device to the streaming session.EnabledType
public void setPrintAllowed(String printAllowed)
Specifies whether the user can print to the local device.
printAllowed
- Specifies whether the user can print to the local device.EnabledType
public String getPrintAllowed()
Specifies whether the user can print to the local device.
EnabledType
public UserSettingsSummary withPrintAllowed(String printAllowed)
Specifies whether the user can print to the local device.
printAllowed
- Specifies whether the user can print to the local device.EnabledType
public UserSettingsSummary withPrintAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
printAllowed
- Specifies whether the user can print to the local device.EnabledType
public void setUploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
uploadAllowed
- Specifies whether the user can upload files from the local device to the streaming session.EnabledType
public String getUploadAllowed()
Specifies whether the user can upload files from the local device to the streaming session.
EnabledType
public UserSettingsSummary withUploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
uploadAllowed
- Specifies whether the user can upload files from the local device to the streaming session.EnabledType
public UserSettingsSummary withUploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
uploadAllowed
- Specifies whether the user can upload files from the local device to the streaming session.EnabledType
public void setUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
userSettingsArn
- The ARN of the user settings.public String getUserSettingsArn()
The ARN of the user settings.
public UserSettingsSummary withUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
userSettingsArn
- The ARN of the user settings.public String toString()
toString
in class Object
Object.toString()
public UserSettingsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.