7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
52 template<
typename ResourceCatalogArnT = Aws::String>
53 void SetResourceCatalogArn(ResourceCatalogArnT&& value) { m_resourceCatalogArnHasBeenSet =
true; m_resourceCatalogArn = std::forward<ResourceCatalogArnT>(value); }
54 template<
typename ResourceCatalogArnT = Aws::String>
64 template<
typename ResourceCatalogNameT = Aws::String>
65 void SetResourceCatalogName(ResourceCatalogNameT&& value) { m_resourceCatalogNameHasBeenSet =
true; m_resourceCatalogName = std::forward<ResourceCatalogNameT>(value); }
66 template<
typename ResourceCatalogNameT = Aws::String>
76 template<
typename DescriptionT = Aws::String>
77 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
78 template<
typename DescriptionT = Aws::String>
88 template<
typename CreationTimeT = Aws::Utils::DateTime>
89 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
90 template<
typename CreationTimeT = Aws::Utils::DateTime>
96 bool m_resourceCatalogArnHasBeenSet =
false;
99 bool m_resourceCatalogNameHasBeenSet =
false;
102 bool m_descriptionHasBeenSet =
false;
105 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