7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
41 template <
typename ProjectS3PathT = Aws::String>
43 m_projectS3PathHasBeenSet =
true;
44 m_projectS3Path = std::forward<ProjectS3PathT>(value);
46 template <
typename ProjectS3PathT = Aws::String>
59 template <
typename KmsKeyArnT = Aws::String>
61 m_kmsKeyArnHasBeenSet =
true;
62 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
64 template <
typename KmsKeyArnT = Aws::String>
74 bool m_projectS3PathHasBeenSet =
false;
75 bool m_kmsKeyArnHasBeenSet =
false;
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProjectS3PathHasBeenSet() const
AWS_DATAZONE_API StorageConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKmsKeyArn() const
const Aws::String & GetProjectS3Path() const
StorageConfig & WithKmsKeyArn(KmsKeyArnT &&value)
void SetKmsKeyArn(KmsKeyArnT &&value)
AWS_DATAZONE_API StorageConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyArnHasBeenSet() const
void SetProjectS3Path(ProjectS3PathT &&value)
AWS_DATAZONE_API StorageConfig()=default
StorageConfig & WithProjectS3Path(ProjectS3PathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue