@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RStudioServerProDomainSettingsForUpdate extends Object implements Serializable, Cloneable, StructuredPojo
 A collection of settings that update the current configuration for the RStudioServerPro Domain-level
 app.
 
| Constructor and Description | 
|---|
RStudioServerProDomainSettingsForUpdate()  | 
| Modifier and Type | Method and Description | 
|---|---|
RStudioServerProDomainSettingsForUpdate | 
clone()  | 
boolean | 
equals(Object obj)  | 
ResourceSpec | 
getDefaultResourceSpec()  | 
String | 
getDomainExecutionRoleArn()
 The execution role for the  
RStudioServerPro Domain-level app. | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setDefaultResourceSpec(ResourceSpec defaultResourceSpec)  | 
void | 
setDomainExecutionRoleArn(String domainExecutionRoleArn)
 The execution role for the  
RStudioServerPro Domain-level app. | 
String | 
toString()
Returns a string representation of this object. 
 | 
RStudioServerProDomainSettingsForUpdate | 
withDefaultResourceSpec(ResourceSpec defaultResourceSpec)  | 
RStudioServerProDomainSettingsForUpdate | 
withDomainExecutionRoleArn(String domainExecutionRoleArn)
 The execution role for the  
RStudioServerPro Domain-level app. | 
public RStudioServerProDomainSettingsForUpdate()
public void setDomainExecutionRoleArn(String domainExecutionRoleArn)
 The execution role for the RStudioServerPro Domain-level app.
 
domainExecutionRoleArn - The execution role for the RStudioServerPro Domain-level app.public String getDomainExecutionRoleArn()
 The execution role for the RStudioServerPro Domain-level app.
 
RStudioServerPro Domain-level app.public RStudioServerProDomainSettingsForUpdate withDomainExecutionRoleArn(String domainExecutionRoleArn)
 The execution role for the RStudioServerPro Domain-level app.
 
domainExecutionRoleArn - The execution role for the RStudioServerPro Domain-level app.public void setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
defaultResourceSpec - public ResourceSpec getDefaultResourceSpec()
public RStudioServerProDomainSettingsForUpdate withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
defaultResourceSpec - public String toString()
toString in class ObjectObject.toString()public RStudioServerProDomainSettingsForUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.