7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename ClusterNameT = Aws::String>
42 m_clusterNameHasBeenSet =
true;
43 m_clusterName = std::forward<ClusterNameT>(value);
45 template <
typename ClusterNameT = Aws::String>
58 template <
typename WorkgroupNameT = Aws::String>
60 m_workgroupNameHasBeenSet =
true;
61 m_workgroupName = std::forward<WorkgroupNameT>(value);
63 template <
typename WorkgroupNameT = Aws::String>
73 bool m_clusterNameHasBeenSet =
false;
74 bool m_workgroupNameHasBeenSet =
false;
bool ClusterNameHasBeenSet() const
AWS_DATAZONE_API RedshiftStorageProperties()=default
const Aws::String & GetWorkgroupName() const
void SetClusterName(ClusterNameT &&value)
RedshiftStorageProperties & WithWorkgroupName(WorkgroupNameT &&value)
RedshiftStorageProperties & WithClusterName(ClusterNameT &&value)
const Aws::String & GetClusterName() const
AWS_DATAZONE_API RedshiftStorageProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetWorkgroupName(WorkgroupNameT &&value)
bool WorkgroupNameHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API RedshiftStorageProperties(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue