7#include <aws/emr-serverless/EMRServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EMRServerless
47 template<
typename LogUriT = Aws::String>
48 void SetLogUri(LogUriT&& value) { m_logUriHasBeenSet =
true; m_logUri = std::forward<LogUriT>(value); }
49 template<
typename LogUriT = Aws::String>
60 template<
typename EncryptionKeyArnT = Aws::String>
61 void SetEncryptionKeyArn(EncryptionKeyArnT&& value) { m_encryptionKeyArnHasBeenSet =
true; m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value); }
62 template<
typename EncryptionKeyArnT = Aws::String>
68 bool m_logUriHasBeenSet =
false;
71 bool m_encryptionKeyArnHasBeenSet =
false;
S3MonitoringConfiguration & WithLogUri(LogUriT &&value)
AWS_EMRSERVERLESS_API S3MonitoringConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_EMRSERVERLESS_API S3MonitoringConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EMRSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetEncryptionKeyArn() const
bool LogUriHasBeenSet() const
S3MonitoringConfiguration & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
AWS_EMRSERVERLESS_API S3MonitoringConfiguration()=default
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
void SetLogUri(LogUriT &&value)
bool EncryptionKeyArnHasBeenSet() const
const Aws::String & GetLogUri() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue