Struct aws_sdk_accessanalyzer::operation::get_generated_policy::builders::GetGeneratedPolicyOutputBuilder
source · #[non_exhaustive]pub struct GetGeneratedPolicyOutputBuilder { /* private fields */ }Expand description
A builder for GetGeneratedPolicyOutput.
Implementations§
source§impl GetGeneratedPolicyOutputBuilder
impl GetGeneratedPolicyOutputBuilder
sourcepub fn job_details(self, input: JobDetails) -> Self
pub fn job_details(self, input: JobDetails) -> Self
A GeneratedPolicyDetails object that contains details about the generated policy.
sourcepub fn set_job_details(self, input: Option<JobDetails>) -> Self
pub fn set_job_details(self, input: Option<JobDetails>) -> Self
A GeneratedPolicyDetails object that contains details about the generated policy.
sourcepub fn generated_policy_result(self, input: GeneratedPolicyResult) -> Self
pub fn generated_policy_result(self, input: GeneratedPolicyResult) -> Self
A GeneratedPolicyResult object that contains the generated policies and associated details.
sourcepub fn set_generated_policy_result(
self,
input: Option<GeneratedPolicyResult>
) -> Self
pub fn set_generated_policy_result( self, input: Option<GeneratedPolicyResult> ) -> Self
A GeneratedPolicyResult object that contains the generated policies and associated details.
sourcepub fn build(self) -> GetGeneratedPolicyOutput
pub fn build(self) -> GetGeneratedPolicyOutput
Consumes the builder and constructs a GetGeneratedPolicyOutput.
Trait Implementations§
source§impl Clone for GetGeneratedPolicyOutputBuilder
impl Clone for GetGeneratedPolicyOutputBuilder
source§fn clone(&self) -> GetGeneratedPolicyOutputBuilder
fn clone(&self) -> GetGeneratedPolicyOutputBuilder
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 GetGeneratedPolicyOutputBuilder
impl Default for GetGeneratedPolicyOutputBuilder
source§fn default() -> GetGeneratedPolicyOutputBuilder
fn default() -> GetGeneratedPolicyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetGeneratedPolicyOutputBuilder> for GetGeneratedPolicyOutputBuilder
impl PartialEq<GetGeneratedPolicyOutputBuilder> for GetGeneratedPolicyOutputBuilder
source§fn eq(&self, other: &GetGeneratedPolicyOutputBuilder) -> bool
fn eq(&self, other: &GetGeneratedPolicyOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.