AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::SageMaker::Model::ResourceCatalog Class Reference

#include <ResourceCatalog.h>

Public Member Functions

AWS_SAGEMAKER_API ResourceCatalog ()=default
 
AWS_SAGEMAKER_API ResourceCatalog (Aws::Utils::Json::JsonView jsonValue)
 
AWS_SAGEMAKER_API ResourceCatalogoperator= (Aws::Utils::Json::JsonView jsonValue)
 
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize () const
 
 
 
template<typename ResourceCatalogArnT = Aws::String>
void SetResourceCatalogArn (ResourceCatalogArnT &&value)
 
template<typename ResourceCatalogArnT = Aws::String>
ResourceCatalogWithResourceCatalogArn (ResourceCatalogArnT &&value)
 
 
 
template<typename ResourceCatalogNameT = Aws::String>
void SetResourceCatalogName (ResourceCatalogNameT &&value)
 
template<typename ResourceCatalogNameT = Aws::String>
ResourceCatalogWithResourceCatalogName (ResourceCatalogNameT &&value)
 
const Aws::StringGetDescription () const
 
bool DescriptionHasBeenSet () const
 
template<typename DescriptionT = Aws::String>
void SetDescription (DescriptionT &&value)
 
template<typename DescriptionT = Aws::String>
ResourceCatalogWithDescription (DescriptionT &&value)
 
 
bool CreationTimeHasBeenSet () const
 
template<typename CreationTimeT = Aws::Utils::DateTime>
void SetCreationTime (CreationTimeT &&value)
 
template<typename CreationTimeT = Aws::Utils::DateTime>
ResourceCatalogWithCreationTime (CreationTimeT &&value)
 

Detailed Description

A resource catalog containing all of the resources of a specific resource type within a resource owner account. For an example on sharing the Amazon SageMaker Feature Store DefaultFeatureGroupCatalog, see Share Amazon SageMaker Catalog resource type in the Amazon SageMaker Developer Guide.

See Also:

AWS API Reference

Definition at line 37 of file ResourceCatalog.h.

Constructor & Destructor Documentation

◆ ResourceCatalog() [1/2]

AWS_SAGEMAKER_API Aws::SageMaker::Model::ResourceCatalog::ResourceCatalog ( )
default

◆ ResourceCatalog() [2/2]

AWS_SAGEMAKER_API Aws::SageMaker::Model::ResourceCatalog::ResourceCatalog ( Aws::Utils::Json::JsonView  jsonValue)

Member Function Documentation

◆ CreationTimeHasBeenSet()

bool Aws::SageMaker::Model::ResourceCatalog::CreationTimeHasBeenSet ( ) const
inline

The time the ResourceCatalog was created.

Definition at line 87 of file ResourceCatalog.h.

◆ DescriptionHasBeenSet()

bool Aws::SageMaker::Model::ResourceCatalog::DescriptionHasBeenSet ( ) const
inline

A free form description of the ResourceCatalog.

Definition at line 75 of file ResourceCatalog.h.

◆ GetCreationTime()

const Aws::Utils::DateTime & Aws::SageMaker::Model::ResourceCatalog::GetCreationTime ( ) const
inline

The time the ResourceCatalog was created.

Definition at line 86 of file ResourceCatalog.h.

◆ GetDescription()

const Aws::String & Aws::SageMaker::Model::ResourceCatalog::GetDescription ( ) const
inline

A free form description of the ResourceCatalog.

Definition at line 74 of file ResourceCatalog.h.

◆ GetResourceCatalogArn()

const Aws::String & Aws::SageMaker::Model::ResourceCatalog::GetResourceCatalogArn ( ) const
inline

The Amazon Resource Name (ARN) of the ResourceCatalog.

Definition at line 50 of file ResourceCatalog.h.

◆ GetResourceCatalogName()

const Aws::String & Aws::SageMaker::Model::ResourceCatalog::GetResourceCatalogName ( ) const
inline

The name of the ResourceCatalog.

Definition at line 62 of file ResourceCatalog.h.

◆ Jsonize()

AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Aws::SageMaker::Model::ResourceCatalog::Jsonize ( ) const

◆ operator=()

AWS_SAGEMAKER_API ResourceCatalog & Aws::SageMaker::Model::ResourceCatalog::operator= ( Aws::Utils::Json::JsonView  jsonValue)

◆ ResourceCatalogArnHasBeenSet()

bool Aws::SageMaker::Model::ResourceCatalog::ResourceCatalogArnHasBeenSet ( ) const
inline

The Amazon Resource Name (ARN) of the ResourceCatalog.

Definition at line 51 of file ResourceCatalog.h.

◆ ResourceCatalogNameHasBeenSet()

bool Aws::SageMaker::Model::ResourceCatalog::ResourceCatalogNameHasBeenSet ( ) const
inline

The name of the ResourceCatalog.

Definition at line 63 of file ResourceCatalog.h.

◆ SetCreationTime()

template<typename CreationTimeT = Aws::Utils::DateTime>
void Aws::SageMaker::Model::ResourceCatalog::SetCreationTime ( CreationTimeT &&  value)
inline

The time the ResourceCatalog was created.

Definition at line 89 of file ResourceCatalog.h.

◆ SetDescription()

template<typename DescriptionT = Aws::String>
void Aws::SageMaker::Model::ResourceCatalog::SetDescription ( DescriptionT &&  value)
inline

A free form description of the ResourceCatalog.

Definition at line 77 of file ResourceCatalog.h.

◆ SetResourceCatalogArn()

template<typename ResourceCatalogArnT = Aws::String>
void Aws::SageMaker::Model::ResourceCatalog::SetResourceCatalogArn ( ResourceCatalogArnT &&  value)
inline

The Amazon Resource Name (ARN) of the ResourceCatalog.

Definition at line 53 of file ResourceCatalog.h.

◆ SetResourceCatalogName()

template<typename ResourceCatalogNameT = Aws::String>
void Aws::SageMaker::Model::ResourceCatalog::SetResourceCatalogName ( ResourceCatalogNameT &&  value)
inline

The name of the ResourceCatalog.

Definition at line 65 of file ResourceCatalog.h.

◆ WithCreationTime()

template<typename CreationTimeT = Aws::Utils::DateTime>
ResourceCatalog & Aws::SageMaker::Model::ResourceCatalog::WithCreationTime ( CreationTimeT &&  value)
inline

The time the ResourceCatalog was created.

Definition at line 91 of file ResourceCatalog.h.

◆ WithDescription()

template<typename DescriptionT = Aws::String>
ResourceCatalog & Aws::SageMaker::Model::ResourceCatalog::WithDescription ( DescriptionT &&  value)
inline

A free form description of the ResourceCatalog.

Definition at line 79 of file ResourceCatalog.h.

◆ WithResourceCatalogArn()

template<typename ResourceCatalogArnT = Aws::String>
ResourceCatalog & Aws::SageMaker::Model::ResourceCatalog::WithResourceCatalogArn ( ResourceCatalogArnT &&  value)
inline

The Amazon Resource Name (ARN) of the ResourceCatalog.

Definition at line 55 of file ResourceCatalog.h.

◆ WithResourceCatalogName()

template<typename ResourceCatalogNameT = Aws::String>
ResourceCatalog & Aws::SageMaker::Model::ResourceCatalog::WithResourceCatalogName ( ResourceCatalogNameT &&  value)
inline

The name of the ResourceCatalog.

Definition at line 67 of file ResourceCatalog.h.


The documentation for this class was generated from the following file: