Struct aws_sdk_sagemaker::operation::create_hub::CreateHubOutput
source · #[non_exhaustive]pub struct CreateHubOutput { /* private fields */ }
Implementations§
source§impl CreateHubOutput
impl CreateHubOutput
sourcepub fn builder() -> CreateHubOutputBuilder
pub fn builder() -> CreateHubOutputBuilder
Creates a new builder-style object to manufacture CreateHubOutput
.
Trait Implementations§
source§impl Clone for CreateHubOutput
impl Clone for CreateHubOutput
source§fn clone(&self) -> CreateHubOutput
fn clone(&self) -> CreateHubOutput
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 CreateHubOutput
impl Debug for CreateHubOutput
source§impl PartialEq<CreateHubOutput> for CreateHubOutput
impl PartialEq<CreateHubOutput> for CreateHubOutput
source§fn eq(&self, other: &CreateHubOutput) -> bool
fn eq(&self, other: &CreateHubOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateHubOutput
impl RequestId for CreateHubOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.