7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CatalogArnT = Aws::String>
48 void SetCatalogArn(CatalogArnT&& value) { m_catalogArnHasBeenSet =
true; m_catalogArn = std::forward<CatalogArnT>(value); }
49 template<
typename CatalogArnT = Aws::String>
55 bool m_catalogArnHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API TargetRedshiftCatalog & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCatalogArn() const
TargetRedshiftCatalog & WithCatalogArn(CatalogArnT &&value)
AWS_GLUE_API TargetRedshiftCatalog(Aws::Utils::Json::JsonView jsonValue)
void SetCatalogArn(CatalogArnT &&value)
AWS_GLUE_API TargetRedshiftCatalog()=default
bool CatalogArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue