Struct aws_sdk_codeguruprofiler::input::GetPolicyInput
source · [−]#[non_exhaustive]pub struct GetPolicyInput { /* private fields */ }
Expand description
The structure representing the getPolicyRequest
.
Implementations
sourceimpl GetPolicyInput
impl GetPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPolicyInput
.
sourceimpl GetPolicyInput
impl GetPolicyInput
sourcepub fn profiling_group_name(&self) -> Option<&str>
pub fn profiling_group_name(&self) -> Option<&str>
The name of the profiling group.
Trait Implementations
sourceimpl Clone for GetPolicyInput
impl Clone for GetPolicyInput
sourcefn clone(&self) -> GetPolicyInput
fn clone(&self) -> GetPolicyInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetPolicyInput
impl Debug for GetPolicyInput
sourceimpl PartialEq<GetPolicyInput> for GetPolicyInput
impl PartialEq<GetPolicyInput> for GetPolicyInput
sourcefn eq(&self, other: &GetPolicyInput) -> bool
fn eq(&self, other: &GetPolicyInput) -> bool
impl StructuralPartialEq for GetPolicyInput
Auto Trait Implementations
impl RefUnwindSafe for GetPolicyInput
impl Send for GetPolicyInput
impl Sync for GetPolicyInput
impl Unpin for GetPolicyInput
impl UnwindSafe for GetPolicyInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more