7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
46 template <
typename ResourceCatalogArnT = Aws::String>
48 m_resourceCatalogArnHasBeenSet =
true;
49 m_resourceCatalogArn = std::forward<ResourceCatalogArnT>(value);
51 template <
typename ResourceCatalogArnT = Aws::String>
64 template <
typename ResourceCatalogNameT = Aws::String>
66 m_resourceCatalogNameHasBeenSet =
true;
67 m_resourceCatalogName = std::forward<ResourceCatalogNameT>(value);
69 template <
typename ResourceCatalogNameT = Aws::String>
82 template <
typename DescriptionT = Aws::String>
84 m_descriptionHasBeenSet =
true;
85 m_description = std::forward<DescriptionT>(value);
87 template <
typename DescriptionT = Aws::String>
100 template <
typename CreationTimeT = Aws::Utils::DateTime>
102 m_creationTimeHasBeenSet =
true;
103 m_creationTime = std::forward<CreationTimeT>(value);
105 template <
typename CreationTimeT = Aws::Utils::DateTime>
119 bool m_resourceCatalogArnHasBeenSet =
false;
120 bool m_resourceCatalogNameHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
122 bool m_creationTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationTime() const
void SetResourceCatalogName(ResourceCatalogNameT &&value)
const Aws::String & GetResourceCatalogName() const
ResourceCatalog & WithDescription(DescriptionT &&value)
void SetCreationTime(CreationTimeT &&value)
ResourceCatalog & WithResourceCatalogName(ResourceCatalogNameT &&value)
bool ResourceCatalogArnHasBeenSet() const
const Aws::String & GetResourceCatalogArn() const
AWS_SAGEMAKER_API ResourceCatalog(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ResourceCatalog()=default
bool CreationTimeHasBeenSet() const
void SetResourceCatalogArn(ResourceCatalogArnT &&value)
ResourceCatalog & WithResourceCatalogArn(ResourceCatalogArnT &&value)
ResourceCatalog & WithCreationTime(CreationTimeT &&value)
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceCatalogNameHasBeenSet() const
const Aws::String & GetDescription() const
AWS_SAGEMAKER_API ResourceCatalog & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue