Struct aws_sdk_sagemaker::input::ImportHubContentInput
source · #[non_exhaustive]pub struct ImportHubContentInput { /* private fields */ }
Implementations§
source§impl ImportHubContentInput
impl ImportHubContentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportHubContent, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportHubContent, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ImportHubContent
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportHubContentInput
.
source§impl ImportHubContentInput
impl ImportHubContentInput
sourcepub fn hub_content_name(&self) -> Option<&str>
pub fn hub_content_name(&self) -> Option<&str>
The name of the hub content to import.
sourcepub fn hub_content_version(&self) -> Option<&str>
pub fn hub_content_version(&self) -> Option<&str>
The version of the hub content to import.
sourcepub fn hub_content_type(&self) -> Option<&HubContentType>
pub fn hub_content_type(&self) -> Option<&HubContentType>
The type of hub content to import.
sourcepub fn document_schema_version(&self) -> Option<&str>
pub fn document_schema_version(&self) -> Option<&str>
The version of the hub content schema to import.
sourcepub fn hub_content_display_name(&self) -> Option<&str>
pub fn hub_content_display_name(&self) -> Option<&str>
The display name of the hub content to import.
sourcepub fn hub_content_description(&self) -> Option<&str>
pub fn hub_content_description(&self) -> Option<&str>
A description of the hub content to import.
sourcepub fn hub_content_markdown(&self) -> Option<&str>
pub fn hub_content_markdown(&self) -> Option<&str>
Markdown files associated with the hub content to import.
sourcepub fn hub_content_document(&self) -> Option<&str>
pub fn hub_content_document(&self) -> Option<&str>
The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.
sourcepub fn hub_content_search_keywords(&self) -> Option<&[String]>
pub fn hub_content_search_keywords(&self) -> Option<&[String]>
The searchable keywords of the hub content.
Any tags associated with the hub content.
Trait Implementations§
source§impl Clone for ImportHubContentInput
impl Clone for ImportHubContentInput
source§fn clone(&self) -> ImportHubContentInput
fn clone(&self) -> ImportHubContentInput
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 ImportHubContentInput
impl Debug for ImportHubContentInput
source§impl PartialEq<ImportHubContentInput> for ImportHubContentInput
impl PartialEq<ImportHubContentInput> for ImportHubContentInput
source§fn eq(&self, other: &ImportHubContentInput) -> bool
fn eq(&self, other: &ImportHubContentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.