Struct aws_sdk_imagebuilder::operation::put_image_policy::builders::PutImagePolicyOutputBuilder
source · #[non_exhaustive]pub struct PutImagePolicyOutputBuilder { /* private fields */ }
Expand description
A builder for PutImagePolicyOutput
.
Implementations§
source§impl PutImagePolicyOutputBuilder
impl PutImagePolicyOutputBuilder
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 image_arn(self, input: impl Into<String>) -> Self
pub fn image_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the image that this policy was applied to.
sourcepub fn set_image_arn(self, input: Option<String>) -> Self
pub fn set_image_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the image that this policy was applied to.
sourcepub fn build(self) -> PutImagePolicyOutput
pub fn build(self) -> PutImagePolicyOutput
Consumes the builder and constructs a PutImagePolicyOutput
.
Trait Implementations§
source§impl Clone for PutImagePolicyOutputBuilder
impl Clone for PutImagePolicyOutputBuilder
source§fn clone(&self) -> PutImagePolicyOutputBuilder
fn clone(&self) -> PutImagePolicyOutputBuilder
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 PutImagePolicyOutputBuilder
impl Debug for PutImagePolicyOutputBuilder
source§impl Default for PutImagePolicyOutputBuilder
impl Default for PutImagePolicyOutputBuilder
source§fn default() -> PutImagePolicyOutputBuilder
fn default() -> PutImagePolicyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PutImagePolicyOutputBuilder> for PutImagePolicyOutputBuilder
impl PartialEq<PutImagePolicyOutputBuilder> for PutImagePolicyOutputBuilder
source§fn eq(&self, other: &PutImagePolicyOutputBuilder) -> bool
fn eq(&self, other: &PutImagePolicyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.