7#include <aws/emr-containers/EMRContainers_EXPORTS.h>
8#include <aws/emr-containers/model/AllowAWSToRetainLogs.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace EMRContainers
58 template<
typename EncryptionKeyArnT = Aws::String>
59 void SetEncryptionKeyArn(EncryptionKeyArnT&& value) { m_encryptionKeyArnHasBeenSet =
true; m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value); }
60 template<
typename EncryptionKeyArnT = Aws::String>
66 bool m_allowAWSToRetainLogsHasBeenSet =
false;
69 bool m_encryptionKeyArnHasBeenSet =
false;
AWS_EMRCONTAINERS_API ManagedLogs & operator=(Aws::Utils::Json::JsonView jsonValue)
ManagedLogs & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
AWS_EMRCONTAINERS_API Aws::Utils::Json::JsonValue Jsonize() const
AllowAWSToRetainLogs GetAllowAWSToRetainLogs() const
bool AllowAWSToRetainLogsHasBeenSet() const
AWS_EMRCONTAINERS_API ManagedLogs(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEncryptionKeyArn() const
bool EncryptionKeyArnHasBeenSet() const
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
void SetAllowAWSToRetainLogs(AllowAWSToRetainLogs value)
AWS_EMRCONTAINERS_API ManagedLogs()=default
ManagedLogs & WithAllowAWSToRetainLogs(AllowAWSToRetainLogs value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue