Struct aws_sdk_sagemaker::operation::update_hub::UpdateHubInput
source · #[non_exhaustive]pub struct UpdateHubInput { /* private fields */ }
Implementations§
source§impl UpdateHubInput
impl UpdateHubInput
sourcepub fn hub_description(&self) -> Option<&str>
pub fn hub_description(&self) -> Option<&str>
A description of the updated hub.
sourcepub fn hub_display_name(&self) -> Option<&str>
pub fn hub_display_name(&self) -> Option<&str>
The display name of the hub.
sourcepub fn hub_search_keywords(&self) -> Option<&[String]>
pub fn hub_search_keywords(&self) -> Option<&[String]>
The searchable keywords for the hub.
source§impl UpdateHubInput
impl UpdateHubInput
sourcepub fn builder() -> UpdateHubInputBuilder
pub fn builder() -> UpdateHubInputBuilder
Creates a new builder-style object to manufacture UpdateHubInput
.
source§impl UpdateHubInput
impl UpdateHubInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateHub, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateHub, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateHub
>
Trait Implementations§
source§impl Clone for UpdateHubInput
impl Clone for UpdateHubInput
source§fn clone(&self) -> UpdateHubInput
fn clone(&self) -> UpdateHubInput
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 UpdateHubInput
impl Debug for UpdateHubInput
source§impl PartialEq<UpdateHubInput> for UpdateHubInput
impl PartialEq<UpdateHubInput> for UpdateHubInput
source§fn eq(&self, other: &UpdateHubInput) -> bool
fn eq(&self, other: &UpdateHubInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateHubInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateHubInput
impl Send for UpdateHubInput
impl Sync for UpdateHubInput
impl Unpin for UpdateHubInput
impl UnwindSafe for UpdateHubInput
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