@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSpaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeSpaceRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSpaceRequest |
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.
|
int |
hashCode() |
void |
setDomainId(String domainId)
The ID of the associated domain.
|
void |
setSpaceName(String spaceName)
The name of the space.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSpaceRequest |
withDomainId(String domainId)
The ID of the associated domain.
|
DescribeSpaceRequest |
withSpaceName(String spaceName)
The name of the space.
|
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 DescribeSpaceRequest 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 DescribeSpaceRequest withSpaceName(String spaceName)
The name of the space.
spaceName
- The name of the space.public String toString()
toString
in class Object
Object.toString()
public DescribeSpaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()