Struct aws_sdk_serverlessapplicationrepository::operation::put_application_policy::builders::PutApplicationPolicyFluentBuilder
source · pub struct PutApplicationPolicyFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to PutApplicationPolicy
.
Sets the permission policy for an application. For the list of actions supported for this operation, see Application Permissions .
Implementations§
source§impl PutApplicationPolicyFluentBuilder
impl PutApplicationPolicyFluentBuilder
sourcepub fn as_input(&self) -> &PutApplicationPolicyInputBuilder
pub fn as_input(&self) -> &PutApplicationPolicyInputBuilder
Access the PutApplicationPolicy as a reference.
sourcepub async fn send(
self
) -> Result<PutApplicationPolicyOutput, SdkError<PutApplicationPolicyError, HttpResponse>>
pub async fn send( self ) -> Result<PutApplicationPolicyOutput, SdkError<PutApplicationPolicyError, 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<PutApplicationPolicyOutput, PutApplicationPolicyError, Self>
pub fn customize( self ) -> CustomizableOperation<PutApplicationPolicyOutput, PutApplicationPolicyError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn application_id(self, input: impl Into<String>) -> Self
pub fn application_id(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the application.
sourcepub fn set_application_id(self, input: Option<String>) -> Self
pub fn set_application_id(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the application.
sourcepub fn get_application_id(&self) -> &Option<String>
pub fn get_application_id(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the application.
sourcepub fn statements(self, input: ApplicationPolicyStatement) -> Self
pub fn statements(self, input: ApplicationPolicyStatement) -> Self
Appends an item to Statements
.
To override the contents of this collection use set_statements
.
An array of policy statements applied to the application.
sourcepub fn set_statements(
self,
input: Option<Vec<ApplicationPolicyStatement>>
) -> Self
pub fn set_statements( self, input: Option<Vec<ApplicationPolicyStatement>> ) -> Self
An array of policy statements applied to the application.
sourcepub fn get_statements(&self) -> &Option<Vec<ApplicationPolicyStatement>>
pub fn get_statements(&self) -> &Option<Vec<ApplicationPolicyStatement>>
An array of policy statements applied to the application.
Trait Implementations§
source§impl Clone for PutApplicationPolicyFluentBuilder
impl Clone for PutApplicationPolicyFluentBuilder
source§fn clone(&self) -> PutApplicationPolicyFluentBuilder
fn clone(&self) -> PutApplicationPolicyFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more