7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetSecretManagerArn(
const char* value) { m_secretManagerArnHasBeenSet =
true; m_secretManagerArn.assign(value); }
57 bool m_secretManagerArnHasBeenSet =
false;
AWS_DATAZONE_API RedshiftCredentialConfiguration()
AWS_DATAZONE_API RedshiftCredentialConfiguration(Aws::Utils::Json::JsonView jsonValue)
RedshiftCredentialConfiguration & WithSecretManagerArn(Aws::String &&value)
void SetSecretManagerArn(Aws::String &&value)
const Aws::String & GetSecretManagerArn() const
bool SecretManagerArnHasBeenSet() const
void SetSecretManagerArn(const Aws::String &value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSecretManagerArn(const char *value)
RedshiftCredentialConfiguration & WithSecretManagerArn(const Aws::String &value)
AWS_DATAZONE_API RedshiftCredentialConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
RedshiftCredentialConfiguration & WithSecretManagerArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue