@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeEditorAppSettings extends Object implements Serializable, Cloneable, StructuredPojo
The Code Editor application settings.
For more information about Code Editor, see Get started with Code Editor in Amazon SageMaker.
| Constructor and Description | 
|---|
CodeEditorAppSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
CodeEditorAppSettings | 
clone()  | 
boolean | 
equals(Object obj)  | 
ResourceSpec | 
getDefaultResourceSpec()  | 
List<String> | 
getLifecycleConfigArns()
 The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setDefaultResourceSpec(ResourceSpec defaultResourceSpec)  | 
void | 
setLifecycleConfigArns(Collection<String> lifecycleConfigArns)
 The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CodeEditorAppSettings | 
withDefaultResourceSpec(ResourceSpec defaultResourceSpec)  | 
CodeEditorAppSettings | 
withLifecycleConfigArns(Collection<String> lifecycleConfigArns)
 The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration. 
 | 
CodeEditorAppSettings | 
withLifecycleConfigArns(String... lifecycleConfigArns)
 The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration. 
 | 
public void setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
defaultResourceSpec - public ResourceSpec getDefaultResourceSpec()
public CodeEditorAppSettings withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
defaultResourceSpec - public List<String> getLifecycleConfigArns()
The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.
public void setLifecycleConfigArns(Collection<String> lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.
lifecycleConfigArns - The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.public CodeEditorAppSettings withLifecycleConfigArns(String... lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.
 NOTE: This method appends the values to the existing list (if any). Use
 setLifecycleConfigArns(java.util.Collection) or withLifecycleConfigArns(java.util.Collection)
 if you want to override the existing values.
 
lifecycleConfigArns - The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.public CodeEditorAppSettings withLifecycleConfigArns(Collection<String> lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.
lifecycleConfigArns - The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.public String toString()
toString in class ObjectObject.toString()public CodeEditorAppSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.