Struct aws_sdk_wafv2::operation::get_regex_pattern_set::builders::GetRegexPatternSetInputBuilder    
source · #[non_exhaustive]pub struct GetRegexPatternSetInputBuilder { /* private fields */ }Expand description
A builder for GetRegexPatternSetInput.
Implementations§
source§impl GetRegexPatternSetInputBuilder
 
impl GetRegexPatternSetInputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
 
pub fn name(self, input: impl Into<String>) -> Self
The name of the set. You cannot change the name after you create the set.
sourcepub fn set_name(self, input: Option<String>) -> Self
 
pub fn set_name(self, input: Option<String>) -> Self
The name of the set. You cannot change the name after you create the set.
sourcepub fn get_name(&self) -> &Option<String>
 
pub fn get_name(&self) -> &Option<String>
The name of the set. You cannot change the name after you create the set.
sourcepub fn scope(self, input: Scope) -> Self
 
pub fn scope(self, input: Scope) -> Self
Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
-  CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1.
-  API and SDKs - For all calls, use the Region endpoint us-east-1. 
sourcepub fn set_scope(self, input: Option<Scope>) -> Self
 
pub fn set_scope(self, input: Option<Scope>) -> Self
Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
-  CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1.
-  API and SDKs - For all calls, use the Region endpoint us-east-1. 
sourcepub fn get_scope(&self) -> &Option<Scope>
 
pub fn get_scope(&self) -> &Option<Scope>
Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
-  CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1.
-  API and SDKs - For all calls, use the Region endpoint us-east-1. 
sourcepub fn id(self, input: impl Into<String>) -> Self
 
pub fn id(self, input: impl Into<String>) -> Self
A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
sourcepub fn set_id(self, input: Option<String>) -> Self
 
pub fn set_id(self, input: Option<String>) -> Self
A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
sourcepub fn get_id(&self) -> &Option<String>
 
pub fn get_id(&self) -> &Option<String>
A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
sourcepub fn build(self) -> Result<GetRegexPatternSetInput, BuildError>
 
pub fn build(self) -> Result<GetRegexPatternSetInput, BuildError>
Consumes the builder and constructs a GetRegexPatternSetInput.
source§impl GetRegexPatternSetInputBuilder
 
impl GetRegexPatternSetInputBuilder
sourcepub async fn send_with(
    self,
    client: &Client
) -> Result<GetRegexPatternSetOutput, SdkError<GetRegexPatternSetError, HttpResponse>>
 
pub async fn send_with( self, client: &Client ) -> Result<GetRegexPatternSetOutput, SdkError<GetRegexPatternSetError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetRegexPatternSetInputBuilder
 
impl Clone for GetRegexPatternSetInputBuilder
source§fn clone(&self) -> GetRegexPatternSetInputBuilder
 
fn clone(&self) -> GetRegexPatternSetInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetRegexPatternSetInputBuilder
 
impl Default for GetRegexPatternSetInputBuilder
source§fn default() -> GetRegexPatternSetInputBuilder
 
fn default() -> GetRegexPatternSetInputBuilder
source§impl PartialEq for GetRegexPatternSetInputBuilder
 
impl PartialEq for GetRegexPatternSetInputBuilder
source§fn eq(&self, other: &GetRegexPatternSetInputBuilder) -> bool
 
fn eq(&self, other: &GetRegexPatternSetInputBuilder) -> bool
self and other values to be equal, and is used
by ==.