7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/CaptureContentTypeHeader.h>
51 inline void SetDestination(
const char* value) { m_destinationHasBeenSet =
true; m_destination.assign(value); }
67 inline void SetKmsKey(
const char* value) { m_kmsKeyHasBeenSet =
true; m_kmsKey.assign(value); }
85 bool m_destinationHasBeenSet =
false;
88 bool m_kmsKeyHasBeenSet =
false;
91 bool m_contentTypeHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
InferenceExperimentDataStorageConfig & WithDestination(Aws::String &&value)
InferenceExperimentDataStorageConfig & WithKmsKey(const Aws::String &value)
AWS_SAGEMAKER_API InferenceExperimentDataStorageConfig(Aws::Utils::Json::JsonView jsonValue)
InferenceExperimentDataStorageConfig & WithDestination(const Aws::String &value)
const Aws::String & GetKmsKey() const
bool KmsKeyHasBeenSet() const
InferenceExperimentDataStorageConfig & WithContentType(CaptureContentTypeHeader &&value)
void SetKmsKey(const Aws::String &value)
InferenceExperimentDataStorageConfig & WithKmsKey(Aws::String &&value)
const CaptureContentTypeHeader & GetContentType() const
void SetDestination(const Aws::String &value)
AWS_SAGEMAKER_API InferenceExperimentDataStorageConfig()
bool ContentTypeHasBeenSet() const
AWS_SAGEMAKER_API InferenceExperimentDataStorageConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDestination(const char *value)
void SetKmsKey(const char *value)
InferenceExperimentDataStorageConfig & WithContentType(const CaptureContentTypeHeader &value)
InferenceExperimentDataStorageConfig & WithKmsKey(const char *value)
void SetKmsKey(Aws::String &&value)
void SetContentType(const CaptureContentTypeHeader &value)
bool DestinationHasBeenSet() const
void SetDestination(Aws::String &&value)
const Aws::String & GetDestination() const
InferenceExperimentDataStorageConfig & WithDestination(const char *value)
void SetContentType(CaptureContentTypeHeader &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue