#[non_exhaustive]pub struct DescribeHubOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeHubOutput
.
Implementations§
source§impl DescribeHubOutputBuilder
impl DescribeHubOutputBuilder
sourcepub fn hub_name(self, input: impl Into<String>) -> Self
pub fn hub_name(self, input: impl Into<String>) -> Self
The name of the hub.
This field is required.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.
This field is required.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 s3_storage_config(self, input: HubS3StorageConfig) -> Self
pub fn s3_storage_config(self, input: HubS3StorageConfig) -> Self
The Amazon S3 storage configuration for the hub.
sourcepub fn set_s3_storage_config(self, input: Option<HubS3StorageConfig>) -> Self
pub fn set_s3_storage_config(self, input: Option<HubS3StorageConfig>) -> Self
The Amazon S3 storage configuration for the hub.
sourcepub fn get_s3_storage_config(&self) -> &Option<HubS3StorageConfig>
pub fn get_s3_storage_config(&self) -> &Option<HubS3StorageConfig>
The Amazon S3 storage configuration for the hub.
sourcepub fn hub_status(self, input: HubStatus) -> Self
pub fn hub_status(self, input: HubStatus) -> Self
The status of the hub.
This field is required.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 failure_reason(self, input: impl Into<String>) -> Self
pub fn failure_reason(self, input: impl Into<String>) -> Self
The failure reason if importing hub content failed.
sourcepub fn set_failure_reason(self, input: Option<String>) -> Self
pub fn set_failure_reason(self, input: Option<String>) -> Self
The failure reason if importing hub content failed.
sourcepub fn get_failure_reason(&self) -> &Option<String>
pub fn get_failure_reason(&self) -> &Option<String>
The failure reason if importing hub content failed.
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.
This field is required.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.
This field is required.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.
sourcepub fn build(self) -> DescribeHubOutput
pub fn build(self) -> DescribeHubOutput
Consumes the builder and constructs a DescribeHubOutput
.
Trait Implementations§
source§impl Clone for DescribeHubOutputBuilder
impl Clone for DescribeHubOutputBuilder
source§fn clone(&self) -> DescribeHubOutputBuilder
fn clone(&self) -> DescribeHubOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeHubOutputBuilder
impl Debug for DescribeHubOutputBuilder
source§impl Default for DescribeHubOutputBuilder
impl Default for DescribeHubOutputBuilder
source§fn default() -> DescribeHubOutputBuilder
fn default() -> DescribeHubOutputBuilder
source§impl PartialEq for DescribeHubOutputBuilder
impl PartialEq for DescribeHubOutputBuilder
source§fn eq(&self, other: &DescribeHubOutputBuilder) -> bool
fn eq(&self, other: &DescribeHubOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.