#[non_exhaustive]pub struct StandardsManagedByBuilder { /* private fields */ }
Expand description
A builder for StandardsManagedBy
.
Implementations§
source§impl StandardsManagedByBuilder
impl StandardsManagedByBuilder
sourcepub fn company(self, input: impl Into<String>) -> Self
pub fn company(self, input: impl Into<String>) -> Self
An identifier for the company that manages a specific security standard. For existing standards, the value is equal to Amazon Web Services
.
sourcepub fn set_company(self, input: Option<String>) -> Self
pub fn set_company(self, input: Option<String>) -> Self
An identifier for the company that manages a specific security standard. For existing standards, the value is equal to Amazon Web Services
.
sourcepub fn get_company(&self) -> &Option<String>
pub fn get_company(&self) -> &Option<String>
An identifier for the company that manages a specific security standard. For existing standards, the value is equal to Amazon Web Services
.
sourcepub fn product(self, input: impl Into<String>) -> Self
pub fn product(self, input: impl Into<String>) -> Self
An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.
sourcepub fn set_product(self, input: Option<String>) -> Self
pub fn set_product(self, input: Option<String>) -> Self
An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.
sourcepub fn get_product(&self) -> &Option<String>
pub fn get_product(&self) -> &Option<String>
An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.
sourcepub fn build(self) -> StandardsManagedBy
pub fn build(self) -> StandardsManagedBy
Consumes the builder and constructs a StandardsManagedBy
.
Trait Implementations§
source§impl Clone for StandardsManagedByBuilder
impl Clone for StandardsManagedByBuilder
source§fn clone(&self) -> StandardsManagedByBuilder
fn clone(&self) -> StandardsManagedByBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for StandardsManagedByBuilder
impl Debug for StandardsManagedByBuilder
source§impl Default for StandardsManagedByBuilder
impl Default for StandardsManagedByBuilder
source§fn default() -> StandardsManagedByBuilder
fn default() -> StandardsManagedByBuilder
source§impl PartialEq<StandardsManagedByBuilder> for StandardsManagedByBuilder
impl PartialEq<StandardsManagedByBuilder> for StandardsManagedByBuilder
source§fn eq(&self, other: &StandardsManagedByBuilder) -> bool
fn eq(&self, other: &StandardsManagedByBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.