pub struct DescribeServerFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeServer.
Describes a file transfer protocol-enabled server that you specify by passing the ServerId parameter.
The response contains a description of a server's properties. When you set EndpointType to VPC, the response will contain the EndpointDetails.
Implementations§
source§impl DescribeServerFluentBuilder
impl DescribeServerFluentBuilder
sourcepub fn as_input(&self) -> &DescribeServerInputBuilder
pub fn as_input(&self) -> &DescribeServerInputBuilder
Access the DescribeServer as a reference.
sourcepub async fn send(
self
) -> Result<DescribeServerOutput, SdkError<DescribeServerError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeServerOutput, SdkError<DescribeServerError, HttpResponse>>
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 async fn customize(
self
) -> Result<CustomizableOperation<DescribeServerOutput, DescribeServerError, Self>, SdkError<DescribeServerError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DescribeServerOutput, DescribeServerError, Self>, SdkError<DescribeServerError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn server_id(self, input: impl Into<String>) -> Self
pub fn server_id(self, input: impl Into<String>) -> Self
A system-assigned unique identifier for a server.
sourcepub fn set_server_id(self, input: Option<String>) -> Self
pub fn set_server_id(self, input: Option<String>) -> Self
A system-assigned unique identifier for a server.
sourcepub fn get_server_id(&self) -> &Option<String>
pub fn get_server_id(&self) -> &Option<String>
A system-assigned unique identifier for a server.
Trait Implementations§
source§impl Clone for DescribeServerFluentBuilder
impl Clone for DescribeServerFluentBuilder
source§fn clone(&self) -> DescribeServerFluentBuilder
fn clone(&self) -> DescribeServerFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more