Struct aws_sdk_ecs::operation::discover_poll_endpoint::builders::DiscoverPollEndpointFluentBuilder
source · pub struct DiscoverPollEndpointFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DiscoverPollEndpoint.
This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.
Returns an endpoint for the Amazon ECS agent to poll for updates.
Implementations§
source§impl DiscoverPollEndpointFluentBuilder
impl DiscoverPollEndpointFluentBuilder
sourcepub fn as_input(&self) -> &DiscoverPollEndpointInputBuilder
pub fn as_input(&self) -> &DiscoverPollEndpointInputBuilder
Access the DiscoverPollEndpoint as a reference.
sourcepub async fn send(
self
) -> Result<DiscoverPollEndpointOutput, SdkError<DiscoverPollEndpointError, HttpResponse>>
pub async fn send( self ) -> Result<DiscoverPollEndpointOutput, SdkError<DiscoverPollEndpointError, 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 fn customize(
self
) -> CustomizableOperation<DiscoverPollEndpointOutput, DiscoverPollEndpointError, Self>
pub fn customize( self ) -> CustomizableOperation<DiscoverPollEndpointOutput, DiscoverPollEndpointError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn container_instance(self, input: impl Into<String>) -> Self
pub fn container_instance(self, input: impl Into<String>) -> Self
The container instance ID or full ARN of the container instance. For more information about the ARN format, see Amazon Resource Name (ARN) in the Amazon ECS Developer Guide.
sourcepub fn set_container_instance(self, input: Option<String>) -> Self
pub fn set_container_instance(self, input: Option<String>) -> Self
The container instance ID or full ARN of the container instance. For more information about the ARN format, see Amazon Resource Name (ARN) in the Amazon ECS Developer Guide.
sourcepub fn get_container_instance(&self) -> &Option<String>
pub fn get_container_instance(&self) -> &Option<String>
The container instance ID or full ARN of the container instance. For more information about the ARN format, see Amazon Resource Name (ARN) in the Amazon ECS Developer Guide.
sourcepub fn cluster(self, input: impl Into<String>) -> Self
pub fn cluster(self, input: impl Into<String>) -> Self
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
sourcepub fn set_cluster(self, input: Option<String>) -> Self
pub fn set_cluster(self, input: Option<String>) -> Self
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
sourcepub fn get_cluster(&self) -> &Option<String>
pub fn get_cluster(&self) -> &Option<String>
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
Trait Implementations§
source§impl Clone for DiscoverPollEndpointFluentBuilder
impl Clone for DiscoverPollEndpointFluentBuilder
source§fn clone(&self) -> DiscoverPollEndpointFluentBuilder
fn clone(&self) -> DiscoverPollEndpointFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more