Struct aws_sdk_sagemaker::types::builders::HubInfoBuilder
source · #[non_exhaustive]pub struct HubInfoBuilder { /* private fields */ }
Expand description
A builder for HubInfo
.
Implementations§
source§impl HubInfoBuilder
impl HubInfoBuilder
sourcepub fn set_hub_name(self, input: Option<String>) -> Self
pub fn set_hub_name(self, input: Option<String>) -> Self
The name of the hub.
sourcepub fn get_hub_name(&self) -> &Option<String>
pub fn get_hub_name(&self) -> &Option<String>
The name of the hub.
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 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 hub.
sourcepub fn get_hub_arn(&self) -> &Option<String>
pub fn get_hub_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the hub.
sourcepub fn hub_display_name(self, input: impl Into<String>) -> Self
pub fn hub_display_name(self, input: impl Into<String>) -> Self
The display name of the hub.
sourcepub fn set_hub_display_name(self, input: Option<String>) -> Self
pub fn set_hub_display_name(self, input: Option<String>) -> Self
The display name of the hub.
sourcepub fn get_hub_display_name(&self) -> &Option<String>
pub fn get_hub_display_name(&self) -> &Option<String>
The display name of the hub.
sourcepub fn hub_description(self, input: impl Into<String>) -> Self
pub fn hub_description(self, input: impl Into<String>) -> Self
A description of the hub.
sourcepub fn set_hub_description(self, input: Option<String>) -> Self
pub fn set_hub_description(self, input: Option<String>) -> Self
A description of the hub.
sourcepub fn get_hub_description(&self) -> &Option<String>
pub fn get_hub_description(&self) -> &Option<String>
A description of the hub.
sourcepub fn hub_search_keywords(self, input: impl Into<String>) -> Self
pub fn hub_search_keywords(self, input: impl Into<String>) -> Self
Appends an item to hub_search_keywords
.
To override the contents of this collection use set_hub_search_keywords
.
The searchable keywords for the hub.
sourcepub fn set_hub_search_keywords(self, input: Option<Vec<String>>) -> Self
pub fn set_hub_search_keywords(self, input: Option<Vec<String>>) -> Self
The searchable keywords for the hub.
sourcepub fn get_hub_search_keywords(&self) -> &Option<Vec<String>>
pub fn get_hub_search_keywords(&self) -> &Option<Vec<String>>
The searchable keywords for the hub.
sourcepub fn hub_status(self, input: HubStatus) -> Self
pub fn hub_status(self, input: HubStatus) -> Self
The status of the hub.
sourcepub fn set_hub_status(self, input: Option<HubStatus>) -> Self
pub fn set_hub_status(self, input: Option<HubStatus>) -> Self
The status of the hub.
sourcepub fn get_hub_status(&self) -> &Option<HubStatus>
pub fn get_hub_status(&self) -> &Option<HubStatus>
The status of the hub.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The date and time that the hub was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The date and time that the hub was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The date and time that the hub was created.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The date and time that the hub was last modified.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The date and time that the hub was last modified.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The date and time that the hub was last modified.
Trait Implementations§
source§impl Clone for HubInfoBuilder
impl Clone for HubInfoBuilder
source§fn clone(&self) -> HubInfoBuilder
fn clone(&self) -> HubInfoBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for HubInfoBuilder
impl Debug for HubInfoBuilder
source§impl Default for HubInfoBuilder
impl Default for HubInfoBuilder
source§fn default() -> HubInfoBuilder
fn default() -> HubInfoBuilder
source§impl PartialEq<HubInfoBuilder> for HubInfoBuilder
impl PartialEq<HubInfoBuilder> for HubInfoBuilder
source§fn eq(&self, other: &HubInfoBuilder) -> bool
fn eq(&self, other: &HubInfoBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.