7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogs_EXPORTS.h>
19namespace CloudWatchLogs {
42 template <
typename DestinationIdentifierT = Aws::String>
44 m_destinationIdentifierHasBeenSet =
true;
45 m_destinationIdentifier = std::forward<DestinationIdentifierT>(value);
47 template <
typename DestinationIdentifierT = Aws::String>
61 template <
typename RoleArnT = Aws::String>
63 m_roleArnHasBeenSet =
true;
64 m_roleArn = std::forward<RoleArnT>(value);
66 template <
typename RoleArnT = Aws::String>
79 template <
typename OwnerAccountIdT = Aws::String>
81 m_ownerAccountIdHasBeenSet =
true;
82 m_ownerAccountId = std::forward<OwnerAccountIdT>(value);
84 template <
typename OwnerAccountIdT = Aws::String>
98 template <
typename KmsKeyIdT = Aws::String>
100 m_kmsKeyIdHasBeenSet =
true;
101 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
103 template <
typename KmsKeyIdT = Aws::String>
117 bool m_destinationIdentifierHasBeenSet =
false;
118 bool m_roleArnHasBeenSet =
false;
119 bool m_ownerAccountIdHasBeenSet =
false;
120 bool m_kmsKeyIdHasBeenSet =
false;
bool DestinationIdentifierHasBeenSet() const
const Aws::String & GetOwnerAccountId() const
void SetDestinationIdentifier(DestinationIdentifierT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
AWS_CLOUDWATCHLOGS_API S3Configuration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRoleArn() const
S3Configuration & WithOwnerAccountId(OwnerAccountIdT &&value)
void SetOwnerAccountId(OwnerAccountIdT &&value)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
bool OwnerAccountIdHasBeenSet() const
S3Configuration & WithRoleArn(RoleArnT &&value)
AWS_CLOUDWATCHLOGS_API S3Configuration()=default
S3Configuration & WithKmsKeyId(KmsKeyIdT &&value)
S3Configuration & WithDestinationIdentifier(DestinationIdentifierT &&value)
const Aws::String & GetKmsKeyId() const
AWS_CLOUDWATCHLOGS_API S3Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyIdHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetDestinationIdentifier() const
bool RoleArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue