7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticmapreduce/EMR_EXPORTS.h>
42 m_enabledHasBeenSet =
true;
58 template <
typename EncryptionKeyArnT = Aws::String>
60 m_encryptionKeyArnHasBeenSet =
true;
61 m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value);
63 template <
typename EncryptionKeyArnT = Aws::String>
70 bool m_enabled{
false};
73 bool m_enabledHasBeenSet =
false;
74 bool m_encryptionKeyArnHasBeenSet =
false;
void SetEnabled(bool value)
SessionManagedLoggingConfiguration & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
bool EnabledHasBeenSet() const
AWS_EMR_API SessionManagedLoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEncryptionKeyArn() const
AWS_EMR_API SessionManagedLoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
bool EncryptionKeyArnHasBeenSet() const
AWS_EMR_API SessionManagedLoggingConfiguration()=default
SessionManagedLoggingConfiguration & WithEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue