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 get_endpoint_arn(&self) -> &Option<String>
pub fn get_endpoint_arn(&self) -> &Option<String>
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
.
source§impl GetEndpointAttributesInputBuilder
impl GetEndpointAttributesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetEndpointAttributesOutput, SdkError<GetEndpointAttributesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetEndpointAttributesOutput, SdkError<GetEndpointAttributesError, HttpResponse>>
Sends a request with this input using the given client.
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 for GetEndpointAttributesInputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for GetEndpointAttributesInputBuilder
Auto Trait Implementations§
impl Freeze for GetEndpointAttributesInputBuilder
impl RefUnwindSafe for GetEndpointAttributesInputBuilder
impl Send for GetEndpointAttributesInputBuilder
impl Sync for GetEndpointAttributesInputBuilder
impl Unpin for GetEndpointAttributesInputBuilder
impl UnwindSafe for GetEndpointAttributesInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.