@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 Object
Object.toString()
public DomainSettingsForUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.