7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace SageMakerGeospatial
47 template<
typename KmsKeyIdT = Aws::String>
48 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
49 template<
typename KmsKeyIdT = Aws::String>
59 template<
typename S3UriT = Aws::String>
60 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
61 template<
typename S3UriT = Aws::String>
67 bool m_kmsKeyIdHasBeenSet =
false;
70 bool m_s3UriHasBeenSet =
false;
bool S3UriHasBeenSet() const
VectorEnrichmentJobS3Data & WithS3Uri(S3UriT &&value)
const Aws::String & GetS3Uri() const
AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobS3Data(Aws::Utils::Json::JsonView jsonValue)
void SetS3Uri(S3UriT &&value)
const Aws::String & GetKmsKeyId() const
AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobS3Data()=default
void SetKmsKeyId(KmsKeyIdT &&value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobS3Data & operator=(Aws::Utils::Json::JsonView jsonValue)
VectorEnrichmentJobS3Data & WithKmsKeyId(KmsKeyIdT &&value)
bool KmsKeyIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue