Struct aws_sdk_sns::input::PublishBatchInput
source · #[non_exhaustive]pub struct PublishBatchInput { /* private fields */ }
Implementations§
source§impl PublishBatchInput
impl PublishBatchInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PublishBatch, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PublishBatch, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PublishBatch
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PublishBatchInput
.
source§impl PublishBatchInput
impl PublishBatchInput
sourcepub fn topic_arn(&self) -> Option<&str>
pub fn topic_arn(&self) -> Option<&str>
The Amazon resource name (ARN) of the topic you want to batch publish to.
sourcepub fn publish_batch_request_entries(
&self
) -> Option<&[PublishBatchRequestEntry]>
pub fn publish_batch_request_entries(
&self
) -> Option<&[PublishBatchRequestEntry]>
A list of PublishBatch
request entries to be sent to the SNS topic.
Trait Implementations§
source§impl Clone for PublishBatchInput
impl Clone for PublishBatchInput
source§fn clone(&self) -> PublishBatchInput
fn clone(&self) -> PublishBatchInput
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 PublishBatchInput
impl Debug for PublishBatchInput
source§impl PartialEq<PublishBatchInput> for PublishBatchInput
impl PartialEq<PublishBatchInput> for PublishBatchInput
source§fn eq(&self, other: &PublishBatchInput) -> bool
fn eq(&self, other: &PublishBatchInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.