Struct aws_sdk_networkmanager::client::fluent_builders::StartOrganizationServiceAccessUpdate
source · pub struct StartOrganizationServiceAccessUpdate { /* private fields */ }
Expand description
Fluent builder constructing a request to StartOrganizationServiceAccessUpdate
.
Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.
Implementations§
source§impl StartOrganizationServiceAccessUpdate
impl StartOrganizationServiceAccessUpdate
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<StartOrganizationServiceAccessUpdate, AwsResponseRetryClassifier>, SdkError<StartOrganizationServiceAccessUpdateError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<StartOrganizationServiceAccessUpdate, AwsResponseRetryClassifier>, SdkError<StartOrganizationServiceAccessUpdateError>>
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<StartOrganizationServiceAccessUpdateOutput, SdkError<StartOrganizationServiceAccessUpdateError>>
pub async fn send(
self
) -> Result<StartOrganizationServiceAccessUpdateOutput, SdkError<StartOrganizationServiceAccessUpdateError>>
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 action(self, input: impl Into<String>) -> Self
pub fn action(self, input: impl Into<String>) -> Self
The action to take for the update request. This can be either ENABLE
or DISABLE
.
sourcepub fn set_action(self, input: Option<String>) -> Self
pub fn set_action(self, input: Option<String>) -> Self
The action to take for the update request. This can be either ENABLE
or DISABLE
.
Trait Implementations§
source§impl Clone for StartOrganizationServiceAccessUpdate
impl Clone for StartOrganizationServiceAccessUpdate
source§fn clone(&self) -> StartOrganizationServiceAccessUpdate
fn clone(&self) -> StartOrganizationServiceAccessUpdate
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more