7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
41 m_isEnabledHasBeenSet =
true;
56 template <
typename ProfileArnT = Aws::String>
58 m_profileArnHasBeenSet =
true;
59 m_profileArn = std::forward<ProfileArnT>(value);
61 template <
typename ProfileArnT = Aws::String>
74 template <
typename AuthModeT = Aws::String>
76 m_authModeHasBeenSet =
true;
77 m_authMode = std::forward<AuthModeT>(value);
79 template <
typename AuthModeT = Aws::String>
86 bool m_isEnabled{
false};
91 bool m_isEnabledHasBeenSet =
false;
92 bool m_profileArnHasBeenSet =
false;
93 bool m_authModeHasBeenSet =
false;
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProfileArnHasBeenSet() const
AmazonQPropertiesPatch & WithAuthMode(AuthModeT &&value)
void SetIsEnabled(bool value)
AmazonQPropertiesPatch & WithIsEnabled(bool value)
AmazonQPropertiesPatch & WithProfileArn(ProfileArnT &&value)
const Aws::String & GetProfileArn() const
bool IsEnabledHasBeenSet() const
AWS_DATAZONE_API AmazonQPropertiesPatch & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAuthMode(AuthModeT &&value)
bool AuthModeHasBeenSet() const
AWS_DATAZONE_API AmazonQPropertiesPatch()=default
AWS_DATAZONE_API AmazonQPropertiesPatch(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAuthMode() const
void SetProfileArn(ProfileArnT &&value)
bool GetIsEnabled() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue