@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DomainSettingsForUpdate extends Object implements Serializable, Cloneable, StructuredPojo
A collection of Domain configuration settings to update.
| Constructor and Description |
|---|
DomainSettingsForUpdate() |
| Modifier and Type | Method and Description |
|---|---|
DomainSettingsForUpdate |
clone() |
boolean |
equals(Object obj) |
RStudioServerProDomainSettingsForUpdate |
getRStudioServerProDomainSettingsForUpdate()
A collection of
RStudioServerPro Domain-level app settings to update. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate rStudioServerProDomainSettingsForUpdate)
A collection of
RStudioServerPro Domain-level app settings to update. |
String |
toString()
Returns a string representation of this object.
|
DomainSettingsForUpdate |
withRStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate rStudioServerProDomainSettingsForUpdate)
A collection of
RStudioServerPro Domain-level app settings to update. |
public void setRStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate rStudioServerProDomainSettingsForUpdate)
A collection of RStudioServerPro Domain-level app settings to update.
rStudioServerProDomainSettingsForUpdate - A collection of RStudioServerPro Domain-level app settings to update.public RStudioServerProDomainSettingsForUpdate getRStudioServerProDomainSettingsForUpdate()
A collection of RStudioServerPro Domain-level app settings to update.
RStudioServerPro Domain-level app settings to update.public DomainSettingsForUpdate withRStudioServerProDomainSettingsForUpdate(RStudioServerProDomainSettingsForUpdate rStudioServerProDomainSettingsForUpdate)
A collection of RStudioServerPro Domain-level app settings to update.
rStudioServerProDomainSettingsForUpdate - A collection of RStudioServerPro Domain-level app settings to update.public String toString()
toString in class ObjectObject.toString()public DomainSettingsForUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.