Struct aws_sdk_sagemaker::operation::import_hub_content::builders::ImportHubContentOutputBuilder
source · #[non_exhaustive]pub struct ImportHubContentOutputBuilder { /* private fields */ }
Expand description
A builder for ImportHubContentOutput
.
Implementations§
source§impl ImportHubContentOutputBuilder
impl ImportHubContentOutputBuilder
sourcepub fn hub_arn(self, input: impl Into<String>) -> Self
pub fn hub_arn(self, input: impl Into<String>) -> Self
The ARN of the hub that the content was imported into.
sourcepub fn set_hub_arn(self, input: Option<String>) -> Self
pub fn set_hub_arn(self, input: Option<String>) -> Self
The ARN of the hub that the content was imported into.
sourcepub fn hub_content_arn(self, input: impl Into<String>) -> Self
pub fn hub_content_arn(self, input: impl Into<String>) -> Self
The ARN of the hub content that was imported.
sourcepub fn set_hub_content_arn(self, input: Option<String>) -> Self
pub fn set_hub_content_arn(self, input: Option<String>) -> Self
The ARN of the hub content that was imported.
sourcepub fn build(self) -> ImportHubContentOutput
pub fn build(self) -> ImportHubContentOutput
Consumes the builder and constructs a ImportHubContentOutput
.
Trait Implementations§
source§impl Clone for ImportHubContentOutputBuilder
impl Clone for ImportHubContentOutputBuilder
source§fn clone(&self) -> ImportHubContentOutputBuilder
fn clone(&self) -> ImportHubContentOutputBuilder
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 Default for ImportHubContentOutputBuilder
impl Default for ImportHubContentOutputBuilder
source§fn default() -> ImportHubContentOutputBuilder
fn default() -> ImportHubContentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ImportHubContentOutputBuilder> for ImportHubContentOutputBuilder
impl PartialEq<ImportHubContentOutputBuilder> for ImportHubContentOutputBuilder
source§fn eq(&self, other: &ImportHubContentOutputBuilder) -> bool
fn eq(&self, other: &ImportHubContentOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.