@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 |
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 |
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 |
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 String toString()
toString
in class Object
Object.toString()
public UpdateSpaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()