7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
9#include <aws/lookoutequipment/model/ModelDiagnosticsS3OutputConfiguration.h>
20namespace LookoutEquipment {
42 template <
typename S3OutputConfigurationT = ModelDiagnosticsS3OutputConfiguration>
44 m_s3OutputConfigurationHasBeenSet =
true;
45 m_s3OutputConfiguration = std::forward<S3OutputConfigurationT>(value);
47 template <
typename S3OutputConfigurationT = ModelDiagnosticsS3OutputConfiguration>
61 template <
typename KmsKeyIdT = Aws::String>
63 m_kmsKeyIdHasBeenSet =
true;
64 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
66 template <
typename KmsKeyIdT = Aws::String>
76 bool m_s3OutputConfigurationHasBeenSet =
false;
77 bool m_kmsKeyIdHasBeenSet =
false;
const ModelDiagnosticsS3OutputConfiguration & GetS3OutputConfiguration() const
bool KmsKeyIdHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API ModelDiagnosticsOutputConfiguration(Aws::Utils::Json::JsonView jsonValue)
ModelDiagnosticsOutputConfiguration & WithS3OutputConfiguration(S3OutputConfigurationT &&value)
void SetS3OutputConfiguration(S3OutputConfigurationT &&value)
ModelDiagnosticsOutputConfiguration & WithKmsKeyId(KmsKeyIdT &&value)
AWS_LOOKOUTEQUIPMENT_API ModelDiagnosticsOutputConfiguration()=default
AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LOOKOUTEQUIPMENT_API ModelDiagnosticsOutputConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetKmsKeyId() const
bool S3OutputConfigurationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue