Struct aws_sdk_s3control::operation::get_access_point_policy::builders::GetAccessPointPolicyOutputBuilder
source · #[non_exhaustive]pub struct GetAccessPointPolicyOutputBuilder { /* private fields */ }
Expand description
A builder for GetAccessPointPolicyOutput
.
Implementations§
source§impl GetAccessPointPolicyOutputBuilder
impl GetAccessPointPolicyOutputBuilder
sourcepub fn policy(self, input: impl Into<String>) -> Self
pub fn policy(self, input: impl Into<String>) -> Self
The access point policy associated with the specified access point.
sourcepub fn set_policy(self, input: Option<String>) -> Self
pub fn set_policy(self, input: Option<String>) -> Self
The access point policy associated with the specified access point.
sourcepub fn build(self) -> GetAccessPointPolicyOutput
pub fn build(self) -> GetAccessPointPolicyOutput
Consumes the builder and constructs a GetAccessPointPolicyOutput
.
Trait Implementations§
source§impl Clone for GetAccessPointPolicyOutputBuilder
impl Clone for GetAccessPointPolicyOutputBuilder
source§fn clone(&self) -> GetAccessPointPolicyOutputBuilder
fn clone(&self) -> GetAccessPointPolicyOutputBuilder
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 GetAccessPointPolicyOutputBuilder
impl Default for GetAccessPointPolicyOutputBuilder
source§fn default() -> GetAccessPointPolicyOutputBuilder
fn default() -> GetAccessPointPolicyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetAccessPointPolicyOutputBuilder> for GetAccessPointPolicyOutputBuilder
impl PartialEq<GetAccessPointPolicyOutputBuilder> for GetAccessPointPolicyOutputBuilder
source§fn eq(&self, other: &GetAccessPointPolicyOutputBuilder) -> bool
fn eq(&self, other: &GetAccessPointPolicyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.