7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticmapreduce/EMR_EXPORTS.h>
44 template <
typename LogUriT = Aws::String>
46 m_logUriHasBeenSet =
true;
47 m_logUri = std::forward<LogUriT>(value);
49 template <
typename LogUriT = Aws::String>
63 template <
typename EncryptionKeyArnT = Aws::String>
65 m_encryptionKeyArnHasBeenSet =
true;
66 m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value);
68 template <
typename EncryptionKeyArnT = Aws::String>
78 bool m_logUriHasBeenSet =
false;
79 bool m_encryptionKeyArnHasBeenSet =
false;
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
const Aws::String & GetLogUri() const
AWS_EMR_API S3MonitoringConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LogUriHasBeenSet() const
S3MonitoringConfiguration & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
AWS_EMR_API S3MonitoringConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetLogUri(LogUriT &&value)
bool EncryptionKeyArnHasBeenSet() const
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EMR_API S3MonitoringConfiguration()=default
S3MonitoringConfiguration & WithLogUri(LogUriT &&value)
const Aws::String & GetEncryptionKeyArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue