pub struct DescribeWorkspacesConnectionStatus { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeWorkspacesConnectionStatus
.
Describes the connection status of the specified WorkSpaces.
Implementations§
source§impl DescribeWorkspacesConnectionStatus
impl DescribeWorkspacesConnectionStatus
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeWorkspacesConnectionStatus, AwsResponseRetryClassifier>, SdkError<DescribeWorkspacesConnectionStatusError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeWorkspacesConnectionStatus, AwsResponseRetryClassifier>, SdkError<DescribeWorkspacesConnectionStatusError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DescribeWorkspacesConnectionStatusOutput, SdkError<DescribeWorkspacesConnectionStatusError>>
pub async fn send(
self
) -> Result<DescribeWorkspacesConnectionStatusOutput, SdkError<DescribeWorkspacesConnectionStatusError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn workspace_ids(self, input: impl Into<String>) -> Self
pub fn workspace_ids(self, input: impl Into<String>) -> Self
Appends an item to WorkspaceIds
.
To override the contents of this collection use set_workspace_ids
.
The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.
sourcepub fn set_workspace_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_workspace_ids(self, input: Option<Vec<String>>) -> Self
The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If you received a NextToken
from a previous call that was paginated, provide this token to receive the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If you received a NextToken
from a previous call that was paginated, provide this token to receive the next set of results.
Trait Implementations§
source§impl Clone for DescribeWorkspacesConnectionStatus
impl Clone for DescribeWorkspacesConnectionStatus
source§fn clone(&self) -> DescribeWorkspacesConnectionStatus
fn clone(&self) -> DescribeWorkspacesConnectionStatus
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more