Struct aws_sdk_workspacesweb::operation::associate_ip_access_settings::builders::AssociateIpAccessSettingsFluentBuilder
source · pub struct AssociateIpAccessSettingsFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to AssociateIpAccessSettings
.
Associates an IP access settings resource with a web portal.
Implementations§
source§impl AssociateIpAccessSettingsFluentBuilder
impl AssociateIpAccessSettingsFluentBuilder
sourcepub fn as_input(&self) -> &AssociateIpAccessSettingsInputBuilder
pub fn as_input(&self) -> &AssociateIpAccessSettingsInputBuilder
Access the AssociateIpAccessSettings as a reference.
sourcepub async fn send(
self
) -> Result<AssociateIpAccessSettingsOutput, SdkError<AssociateIpAccessSettingsError, HttpResponse>>
pub async fn send( self ) -> Result<AssociateIpAccessSettingsOutput, SdkError<AssociateIpAccessSettingsError, 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<AssociateIpAccessSettingsOutput, AssociateIpAccessSettingsError, Self>, SdkError<AssociateIpAccessSettingsError>>
pub async fn customize( self ) -> Result<CustomizableOperation<AssociateIpAccessSettingsOutput, AssociateIpAccessSettingsError, Self>, SdkError<AssociateIpAccessSettingsError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn portal_arn(self, input: impl Into<String>) -> Self
pub fn portal_arn(self, input: impl Into<String>) -> Self
The ARN of the web portal.
sourcepub fn set_portal_arn(self, input: Option<String>) -> Self
pub fn set_portal_arn(self, input: Option<String>) -> Self
The ARN of the web portal.
sourcepub fn get_portal_arn(&self) -> &Option<String>
pub fn get_portal_arn(&self) -> &Option<String>
The ARN of the web portal.
sourcepub fn ip_access_settings_arn(self, input: impl Into<String>) -> Self
pub fn ip_access_settings_arn(self, input: impl Into<String>) -> Self
The ARN of the IP access settings.
sourcepub fn set_ip_access_settings_arn(self, input: Option<String>) -> Self
pub fn set_ip_access_settings_arn(self, input: Option<String>) -> Self
The ARN of the IP access settings.
sourcepub fn get_ip_access_settings_arn(&self) -> &Option<String>
pub fn get_ip_access_settings_arn(&self) -> &Option<String>
The ARN of the IP access settings.
Trait Implementations§
source§impl Clone for AssociateIpAccessSettingsFluentBuilder
impl Clone for AssociateIpAccessSettingsFluentBuilder
source§fn clone(&self) -> AssociateIpAccessSettingsFluentBuilder
fn clone(&self) -> AssociateIpAccessSettingsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more