Struct aws_sdk_waf::operation::create_web_acl_migration_stack::builders::CreateWebAclMigrationStackOutputBuilder
source · #[non_exhaustive]pub struct CreateWebAclMigrationStackOutputBuilder { /* private fields */ }Expand description
A builder for CreateWebAclMigrationStackOutput.
Implementations§
source§impl CreateWebAclMigrationStackOutputBuilder
impl CreateWebAclMigrationStackOutputBuilder
sourcepub fn s3_object_url(self, input: impl Into<String>) -> Self
pub fn s3_object_url(self, input: impl Into<String>) -> Self
The URL of the template created in Amazon S3.
sourcepub fn set_s3_object_url(self, input: Option<String>) -> Self
pub fn set_s3_object_url(self, input: Option<String>) -> Self
The URL of the template created in Amazon S3.
sourcepub fn build(self) -> CreateWebAclMigrationStackOutput
pub fn build(self) -> CreateWebAclMigrationStackOutput
Consumes the builder and constructs a CreateWebAclMigrationStackOutput.
Trait Implementations§
source§impl Clone for CreateWebAclMigrationStackOutputBuilder
impl Clone for CreateWebAclMigrationStackOutputBuilder
source§fn clone(&self) -> CreateWebAclMigrationStackOutputBuilder
fn clone(&self) -> CreateWebAclMigrationStackOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CreateWebAclMigrationStackOutputBuilder
impl Default for CreateWebAclMigrationStackOutputBuilder
source§fn default() -> CreateWebAclMigrationStackOutputBuilder
fn default() -> CreateWebAclMigrationStackOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateWebAclMigrationStackOutputBuilder> for CreateWebAclMigrationStackOutputBuilder
impl PartialEq<CreateWebAclMigrationStackOutputBuilder> for CreateWebAclMigrationStackOutputBuilder
source§fn eq(&self, other: &CreateWebAclMigrationStackOutputBuilder) -> bool
fn eq(&self, other: &CreateWebAclMigrationStackOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.