@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSpaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSpaceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSpaceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainId()
The ID of the associated domain.
|
String |
getSpaceDisplayName()
The name of the space that appears in the Amazon SageMaker Studio UI.
|
String |
getSpaceName()
The name of the space.
|
SpaceSettings |
getSpaceSettings()
A collection of space settings.
|
int |
hashCode() |
void |
setDomainId(String domainId)
The ID of the associated domain.
|
void |
setSpaceDisplayName(String spaceDisplayName)
The name of the space that appears in the Amazon SageMaker Studio UI.
|
void |
setSpaceName(String spaceName)
The name of the space.
|
void |
setSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSpaceRequest |
withDomainId(String domainId)
The ID of the associated domain.
|
UpdateSpaceRequest |
withSpaceDisplayName(String spaceDisplayName)
The name of the space that appears in the Amazon SageMaker Studio UI.
|
UpdateSpaceRequest |
withSpaceName(String spaceName)
The name of the space.
|
UpdateSpaceRequest |
withSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainId(String domainId)
The ID of the associated domain.
domainId
- The ID of the associated domain.public String getDomainId()
The ID of the associated domain.
public UpdateSpaceRequest withDomainId(String domainId)
The ID of the associated domain.
domainId
- The ID of the associated domain.public void setSpaceName(String spaceName)
The name of the space.
spaceName
- The name of the space.public String getSpaceName()
The name of the space.
public UpdateSpaceRequest withSpaceName(String spaceName)
The name of the space.
spaceName
- The name of the space.public void setSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
spaceSettings
- A collection of space settings.public SpaceSettings getSpaceSettings()
A collection of space settings.
public UpdateSpaceRequest withSpaceSettings(SpaceSettings spaceSettings)
A collection of space settings.
spaceSettings
- A collection of space settings.public void setSpaceDisplayName(String spaceDisplayName)
The name of the space that appears in the Amazon SageMaker Studio UI.
spaceDisplayName
- The name of the space that appears in the Amazon SageMaker Studio UI.public String getSpaceDisplayName()
The name of the space that appears in the Amazon SageMaker Studio UI.
public UpdateSpaceRequest withSpaceDisplayName(String spaceDisplayName)
The name of the space that appears in the Amazon SageMaker Studio UI.
spaceDisplayName
- The name of the space that appears in the Amazon SageMaker Studio UI.public String toString()
toString
in class Object
Object.toString()
public UpdateSpaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()