@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNamespaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateNamespaceResult() |
Modifier and Type | Method and Description |
---|---|
CreateNamespaceResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the Amazon QuickSight namespace you created.
|
String |
getCapacityRegion()
The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace.
|
String |
getCreationStatus()
The status of the creation of the namespace.
|
String |
getIdentityStore()
Specifies the type of your user identity directory.
|
String |
getName()
The name of the new namespace that you created.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the Amazon QuickSight namespace you created.
|
void |
setCapacityRegion(String capacityRegion)
The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace.
|
void |
setCreationStatus(String creationStatus)
The status of the creation of the namespace.
|
void |
setIdentityStore(String identityStore)
Specifies the type of your user identity directory.
|
void |
setName(String name)
The name of the new namespace that you created.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
CreateNamespaceResult |
withArn(String arn)
The ARN of the Amazon QuickSight namespace you created.
|
CreateNamespaceResult |
withCapacityRegion(String capacityRegion)
The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace.
|
CreateNamespaceResult |
withCreationStatus(NamespaceStatus creationStatus)
The status of the creation of the namespace.
|
CreateNamespaceResult |
withCreationStatus(String creationStatus)
The status of the creation of the namespace.
|
CreateNamespaceResult |
withIdentityStore(IdentityStore identityStore)
Specifies the type of your user identity directory.
|
CreateNamespaceResult |
withIdentityStore(String identityStore)
Specifies the type of your user identity directory.
|
CreateNamespaceResult |
withName(String name)
The name of the new namespace that you created.
|
CreateNamespaceResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateNamespaceResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The ARN of the Amazon QuickSight namespace you created.
arn
- The ARN of the Amazon QuickSight namespace you created.public String getArn()
The ARN of the Amazon QuickSight namespace you created.
public CreateNamespaceResult withArn(String arn)
The ARN of the Amazon QuickSight namespace you created.
arn
- The ARN of the Amazon QuickSight namespace you created.public void setName(String name)
The name of the new namespace that you created.
name
- The name of the new namespace that you created.public String getName()
The name of the new namespace that you created.
public CreateNamespaceResult withName(String name)
The name of the new namespace that you created.
name
- The name of the new namespace that you created.public void setCapacityRegion(String capacityRegion)
The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace. This is set to the region that you run CreateNamespace in.
capacityRegion
- The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace.
This is set to the region that you run CreateNamespace in.public String getCapacityRegion()
The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace. This is set to the region that you run CreateNamespace in.
public CreateNamespaceResult withCapacityRegion(String capacityRegion)
The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace. This is set to the region that you run CreateNamespace in.
capacityRegion
- The Amazon Web Services Region; that you want to use for the free SPICE capacity for the new namespace.
This is set to the region that you run CreateNamespace in.public void setCreationStatus(String creationStatus)
The status of the creation of the namespace. This is an asynchronous process. A status of CREATED
means that your namespace is ready to use. If an error occurs, it indicates if the process is
retryable
or non-retryable
. In the case of a non-retryable error, refer to the error
message for follow-up tasks.
creationStatus
- The status of the creation of the namespace. This is an asynchronous process. A status of
CREATED
means that your namespace is ready to use. If an error occurs, it indicates if the
process is retryable
or non-retryable
. In the case of a non-retryable error,
refer to the error message for follow-up tasks.NamespaceStatus
public String getCreationStatus()
The status of the creation of the namespace. This is an asynchronous process. A status of CREATED
means that your namespace is ready to use. If an error occurs, it indicates if the process is
retryable
or non-retryable
. In the case of a non-retryable error, refer to the error
message for follow-up tasks.
CREATED
means that your namespace is ready to use. If an error occurs, it indicates if the
process is retryable
or non-retryable
. In the case of a non-retryable error,
refer to the error message for follow-up tasks.NamespaceStatus
public CreateNamespaceResult withCreationStatus(String creationStatus)
The status of the creation of the namespace. This is an asynchronous process. A status of CREATED
means that your namespace is ready to use. If an error occurs, it indicates if the process is
retryable
or non-retryable
. In the case of a non-retryable error, refer to the error
message for follow-up tasks.
creationStatus
- The status of the creation of the namespace. This is an asynchronous process. A status of
CREATED
means that your namespace is ready to use. If an error occurs, it indicates if the
process is retryable
or non-retryable
. In the case of a non-retryable error,
refer to the error message for follow-up tasks.NamespaceStatus
public CreateNamespaceResult withCreationStatus(NamespaceStatus creationStatus)
The status of the creation of the namespace. This is an asynchronous process. A status of CREATED
means that your namespace is ready to use. If an error occurs, it indicates if the process is
retryable
or non-retryable
. In the case of a non-retryable error, refer to the error
message for follow-up tasks.
creationStatus
- The status of the creation of the namespace. This is an asynchronous process. A status of
CREATED
means that your namespace is ready to use. If an error occurs, it indicates if the
process is retryable
or non-retryable
. In the case of a non-retryable error,
refer to the error message for follow-up tasks.NamespaceStatus
public void setIdentityStore(String identityStore)
Specifies the type of your user identity directory. Currently, this supports users with an identity type of
QUICKSIGHT
.
identityStore
- Specifies the type of your user identity directory. Currently, this supports users with an identity type
of QUICKSIGHT
.IdentityStore
public String getIdentityStore()
Specifies the type of your user identity directory. Currently, this supports users with an identity type of
QUICKSIGHT
.
QUICKSIGHT
.IdentityStore
public CreateNamespaceResult withIdentityStore(String identityStore)
Specifies the type of your user identity directory. Currently, this supports users with an identity type of
QUICKSIGHT
.
identityStore
- Specifies the type of your user identity directory. Currently, this supports users with an identity type
of QUICKSIGHT
.IdentityStore
public CreateNamespaceResult withIdentityStore(IdentityStore identityStore)
Specifies the type of your user identity directory. Currently, this supports users with an identity type of
QUICKSIGHT
.
identityStore
- Specifies the type of your user identity directory. Currently, this supports users with an identity type
of QUICKSIGHT
.IdentityStore
public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public CreateNamespaceResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public CreateNamespaceResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public CreateNamespaceResult clone()