Struct aws_sdk_sagemaker::operation::create_hub::CreateHubInput
source · #[non_exhaustive]pub struct CreateHubInput { /* private fields */ }
Implementations§
source§impl CreateHubInput
impl CreateHubInput
sourcepub fn hub_description(&self) -> Option<&str>
pub fn hub_description(&self) -> Option<&str>
A description of the 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.
sourcepub fn s3_storage_config(&self) -> Option<&HubS3StorageConfig>
pub fn s3_storage_config(&self) -> Option<&HubS3StorageConfig>
The Amazon S3 storage configuration for the hub.
Any tags to associate with the hub.
source§impl CreateHubInput
impl CreateHubInput
sourcepub fn builder() -> CreateHubInputBuilder
pub fn builder() -> CreateHubInputBuilder
Creates a new builder-style object to manufacture CreateHubInput
.
source§impl CreateHubInput
impl CreateHubInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateHub, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateHub, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateHub
>
Trait Implementations§
source§impl Clone for CreateHubInput
impl Clone for CreateHubInput
source§fn clone(&self) -> CreateHubInput
fn clone(&self) -> CreateHubInput
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 CreateHubInput
impl Debug for CreateHubInput
source§impl PartialEq<CreateHubInput> for CreateHubInput
impl PartialEq<CreateHubInput> for CreateHubInput
source§fn eq(&self, other: &CreateHubInput) -> bool
fn eq(&self, other: &CreateHubInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.