7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/odb/Odb_EXPORTS.h>
9#include <aws/odb/model/ExternalIdType.h>
43 template <
typename IamRoleArnT = Aws::String>
45 m_iamRoleArnHasBeenSet =
true;
46 m_iamRoleArn = std::forward<IamRoleArnT>(value);
48 template <
typename IamRoleArnT = Aws::String>
62 m_externalIdTypeHasBeenSet =
true;
63 m_externalIdType = value;
78 template <
typename KmsKeyIdT = Aws::String>
80 m_kmsKeyIdHasBeenSet =
true;
81 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
83 template <
typename KmsKeyIdT = Aws::String>
95 bool m_iamRoleArnHasBeenSet =
false;
96 bool m_externalIdTypeHasBeenSet =
false;
97 bool m_kmsKeyIdHasBeenSet =
false;
AwsEncryptionKeyConfiguration & WithKmsKeyId(KmsKeyIdT &&value)
AWS_ODB_API AwsEncryptionKeyConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyId(KmsKeyIdT &&value)
ExternalIdType GetExternalIdType() const
AWS_ODB_API AwsEncryptionKeyConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsEncryptionKeyConfiguration & WithIamRoleArn(IamRoleArnT &&value)
void SetExternalIdType(ExternalIdType value)
AwsEncryptionKeyConfiguration & WithExternalIdType(ExternalIdType value)
bool ExternalIdTypeHasBeenSet() const
bool IamRoleArnHasBeenSet() const
bool KmsKeyIdHasBeenSet() const
const Aws::String & GetKmsKeyId() const
void SetIamRoleArn(IamRoleArnT &&value)
const Aws::String & GetIamRoleArn() const
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ODB_API AwsEncryptionKeyConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue