#[non_exhaustive]pub struct DescribeHubContentInput { /* private fields */ }
Implementations§
source§impl DescribeHubContentInput
impl DescribeHubContentInput
sourcepub fn hub_name(&self) -> Option<&str>
pub fn hub_name(&self) -> Option<&str>
The name of the hub that contains the content to describe.
sourcepub fn hub_content_type(&self) -> Option<&HubContentType>
pub fn hub_content_type(&self) -> Option<&HubContentType>
The type of content in the hub.
sourcepub fn hub_content_name(&self) -> Option<&str>
pub fn hub_content_name(&self) -> Option<&str>
The name of the content to describe.
sourcepub fn hub_content_version(&self) -> Option<&str>
pub fn hub_content_version(&self) -> Option<&str>
The version of the content to describe.
source§impl DescribeHubContentInput
impl DescribeHubContentInput
sourcepub fn builder() -> DescribeHubContentInputBuilder
pub fn builder() -> DescribeHubContentInputBuilder
Creates a new builder-style object to manufacture DescribeHubContentInput
.
source§impl DescribeHubContentInput
impl DescribeHubContentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeHubContent, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeHubContent, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeHubContent
>
Trait Implementations§
source§impl Clone for DescribeHubContentInput
impl Clone for DescribeHubContentInput
source§fn clone(&self) -> DescribeHubContentInput
fn clone(&self) -> DescribeHubContentInput
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 DescribeHubContentInput
impl Debug for DescribeHubContentInput
source§impl PartialEq<DescribeHubContentInput> for DescribeHubContentInput
impl PartialEq<DescribeHubContentInput> for DescribeHubContentInput
source§fn eq(&self, other: &DescribeHubContentInput) -> bool
fn eq(&self, other: &DescribeHubContentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.