Struct aws_sdk_imagebuilder::operation::get_component_policy::builders::GetComponentPolicyOutputBuilder
source · #[non_exhaustive]pub struct GetComponentPolicyOutputBuilder { /* private fields */ }
Expand description
A builder for GetComponentPolicyOutput
.
Implementations§
source§impl GetComponentPolicyOutputBuilder
impl GetComponentPolicyOutputBuilder
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The request ID that uniquely identifies this request.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The request ID that uniquely identifies this request.
sourcepub fn set_policy(self, input: Option<String>) -> Self
pub fn set_policy(self, input: Option<String>) -> Self
The component policy.
sourcepub fn build(self) -> GetComponentPolicyOutput
pub fn build(self) -> GetComponentPolicyOutput
Consumes the builder and constructs a GetComponentPolicyOutput
.
Trait Implementations§
source§impl Clone for GetComponentPolicyOutputBuilder
impl Clone for GetComponentPolicyOutputBuilder
source§fn clone(&self) -> GetComponentPolicyOutputBuilder
fn clone(&self) -> GetComponentPolicyOutputBuilder
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 GetComponentPolicyOutputBuilder
impl Default for GetComponentPolicyOutputBuilder
source§fn default() -> GetComponentPolicyOutputBuilder
fn default() -> GetComponentPolicyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetComponentPolicyOutputBuilder> for GetComponentPolicyOutputBuilder
impl PartialEq<GetComponentPolicyOutputBuilder> for GetComponentPolicyOutputBuilder
source§fn eq(&self, other: &GetComponentPolicyOutputBuilder) -> bool
fn eq(&self, other: &GetComponentPolicyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.