pub struct Builder { /* private fields */ }
Expand description
A builder for ChangeMessageVisibilityBatchResultEntry
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
Represents a message whose visibility timeout has been changed successfully.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
Represents a message whose visibility timeout has been changed successfully.
sourcepub fn build(self) -> ChangeMessageVisibilityBatchResultEntry
pub fn build(self) -> ChangeMessageVisibilityBatchResultEntry
Consumes the builder and constructs a ChangeMessageVisibilityBatchResultEntry
.