7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename EnvironmentIdT = Aws::String>
47 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
48 template<
typename EnvironmentIdT = Aws::String>
65 bool m_environmentIdHasBeenSet =
false;
67 bool m_glueLineageSyncEnabled{
false};
68 bool m_glueLineageSyncEnabledHasBeenSet =
false;
bool EnvironmentIdHasBeenSet() const
void SetEnvironmentId(EnvironmentIdT &&value)
void SetGlueLineageSyncEnabled(bool value)
IamPropertiesOutput & WithEnvironmentId(EnvironmentIdT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool GlueLineageSyncEnabledHasBeenSet() const
bool GetGlueLineageSyncEnabled() const
IamPropertiesOutput & WithGlueLineageSyncEnabled(bool value)
const Aws::String & GetEnvironmentId() const
AWS_DATAZONE_API IamPropertiesOutput()=default
AWS_DATAZONE_API IamPropertiesOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API IamPropertiesOutput(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue