pub struct Builder { /* private fields */ }
Expand description
A builder for ChangeMessageVisibilityBatchOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn successful(self, input: ChangeMessageVisibilityBatchResultEntry) -> Self
pub fn successful(self, input: ChangeMessageVisibilityBatchResultEntry) -> Self
Appends an item to successful
.
To override the contents of this collection use set_successful
.
A list of
items.ChangeMessageVisibilityBatchResultEntry
sourcepub fn set_successful(
self,
input: Option<Vec<ChangeMessageVisibilityBatchResultEntry>>
) -> Self
pub fn set_successful(
self,
input: Option<Vec<ChangeMessageVisibilityBatchResultEntry>>
) -> Self
A list of
items.ChangeMessageVisibilityBatchResultEntry
sourcepub fn failed(self, input: BatchResultErrorEntry) -> Self
pub fn failed(self, input: BatchResultErrorEntry) -> Self
Appends an item to failed
.
To override the contents of this collection use set_failed
.
A list of
items.BatchResultErrorEntry
sourcepub fn set_failed(self, input: Option<Vec<BatchResultErrorEntry>>) -> Self
pub fn set_failed(self, input: Option<Vec<BatchResultErrorEntry>>) -> Self
A list of
items.BatchResultErrorEntry
sourcepub fn build(self) -> ChangeMessageVisibilityBatchOutput
pub fn build(self) -> ChangeMessageVisibilityBatchOutput
Consumes the builder and constructs a ChangeMessageVisibilityBatchOutput
.