Struct aws_sdk_sns::operation::get_endpoint_attributes::builders::GetEndpointAttributesInputBuilder
source · #[non_exhaustive]pub struct GetEndpointAttributesInputBuilder { /* private fields */ }
Expand description
A builder for GetEndpointAttributesInput
.
Implementations§
source§impl GetEndpointAttributesInputBuilder
impl GetEndpointAttributesInputBuilder
sourcepub fn endpoint_arn(self, input: impl Into<String>) -> Self
pub fn endpoint_arn(self, input: impl Into<String>) -> Self
EndpointArn for GetEndpointAttributes input.
sourcepub fn set_endpoint_arn(self, input: Option<String>) -> Self
pub fn set_endpoint_arn(self, input: Option<String>) -> Self
EndpointArn for GetEndpointAttributes input.
sourcepub fn build(self) -> Result<GetEndpointAttributesInput, BuildError>
pub fn build(self) -> Result<GetEndpointAttributesInput, BuildError>
Consumes the builder and constructs a GetEndpointAttributesInput
.
Trait Implementations§
source§impl Clone for GetEndpointAttributesInputBuilder
impl Clone for GetEndpointAttributesInputBuilder
source§fn clone(&self) -> GetEndpointAttributesInputBuilder
fn clone(&self) -> GetEndpointAttributesInputBuilder
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 GetEndpointAttributesInputBuilder
impl Default for GetEndpointAttributesInputBuilder
source§fn default() -> GetEndpointAttributesInputBuilder
fn default() -> GetEndpointAttributesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetEndpointAttributesInputBuilder> for GetEndpointAttributesInputBuilder
impl PartialEq<GetEndpointAttributesInputBuilder> for GetEndpointAttributesInputBuilder
source§fn eq(&self, other: &GetEndpointAttributesInputBuilder) -> bool
fn eq(&self, other: &GetEndpointAttributesInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.