#[non_exhaustive]pub struct GetPolicyInputBuilder { /* private fields */ }
Expand description
A builder for GetPolicyInput
.
Implementations§
source§impl GetPolicyInputBuilder
impl GetPolicyInputBuilder
sourcepub fn profiling_group_name(self, input: impl Into<String>) -> Self
pub fn profiling_group_name(self, input: impl Into<String>) -> Self
The name of the profiling group.
sourcepub fn set_profiling_group_name(self, input: Option<String>) -> Self
pub fn set_profiling_group_name(self, input: Option<String>) -> Self
The name of the profiling group.
sourcepub fn build(self) -> Result<GetPolicyInput, BuildError>
pub fn build(self) -> Result<GetPolicyInput, BuildError>
Consumes the builder and constructs a GetPolicyInput
.
Trait Implementations§
source§impl Clone for GetPolicyInputBuilder
impl Clone for GetPolicyInputBuilder
source§fn clone(&self) -> GetPolicyInputBuilder
fn clone(&self) -> GetPolicyInputBuilder
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 Debug for GetPolicyInputBuilder
impl Debug for GetPolicyInputBuilder
source§impl Default for GetPolicyInputBuilder
impl Default for GetPolicyInputBuilder
source§fn default() -> GetPolicyInputBuilder
fn default() -> GetPolicyInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetPolicyInputBuilder> for GetPolicyInputBuilder
impl PartialEq<GetPolicyInputBuilder> for GetPolicyInputBuilder
source§fn eq(&self, other: &GetPolicyInputBuilder) -> bool
fn eq(&self, other: &GetPolicyInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.