#[non_exhaustive]pub struct UpdateHubOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateHubOutput
.
Implementations§
source§impl UpdateHubOutputBuilder
impl UpdateHubOutputBuilder
sourcepub fn hub_arn(self, input: impl Into<String>) -> Self
pub fn hub_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the updated hub.
sourcepub fn set_hub_arn(self, input: Option<String>) -> Self
pub fn set_hub_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the updated hub.
sourcepub fn build(self) -> UpdateHubOutput
pub fn build(self) -> UpdateHubOutput
Consumes the builder and constructs a UpdateHubOutput
.
Trait Implementations§
source§impl Clone for UpdateHubOutputBuilder
impl Clone for UpdateHubOutputBuilder
source§fn clone(&self) -> UpdateHubOutputBuilder
fn clone(&self) -> UpdateHubOutputBuilder
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 UpdateHubOutputBuilder
impl Debug for UpdateHubOutputBuilder
source§impl Default for UpdateHubOutputBuilder
impl Default for UpdateHubOutputBuilder
source§fn default() -> UpdateHubOutputBuilder
fn default() -> UpdateHubOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateHubOutputBuilder> for UpdateHubOutputBuilder
impl PartialEq<UpdateHubOutputBuilder> for UpdateHubOutputBuilder
source§fn eq(&self, other: &UpdateHubOutputBuilder) -> bool
fn eq(&self, other: &UpdateHubOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.