7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/observabilityadmin/ObservabilityAdminRequest.h>
10#include <aws/observabilityadmin/ObservabilityAdmin_EXPORTS.h>
11#include <aws/observabilityadmin/model/Encryption.h>
16namespace ObservabilityAdmin {
40 template <
typename EncryptionT = Encryption>
42 m_encryptionHasBeenSet =
true;
43 m_encryption = std::forward<EncryptionT>(value);
45 template <
typename EncryptionT = Encryption>
59 template <
typename RoleArnT = Aws::String>
61 m_roleArnHasBeenSet =
true;
62 m_roleArn = std::forward<RoleArnT>(value);
64 template <
typename RoleArnT = Aws::String>
78 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
80 m_tagsHasBeenSet =
true;
81 m_tags = std::forward<TagsT>(value);
83 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
85 SetTags(std::forward<TagsT>(value));
88 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
90 m_tagsHasBeenSet =
true;
91 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
101 bool m_encryptionHasBeenSet =
false;
102 bool m_roleArnHasBeenSet =
false;
103 bool m_tagsHasBeenSet =
false;
AWS_OBSERVABILITYADMIN_API CreateS3TableIntegrationRequest()=default
CreateS3TableIntegrationRequest & WithEncryption(EncryptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
AWS_OBSERVABILITYADMIN_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
const Aws::String & GetRoleArn() const
virtual const char * GetServiceRequestName() const override
bool RoleArnHasBeenSet() const
void SetEncryption(EncryptionT &&value)
const Encryption & GetEncryption() const
bool EncryptionHasBeenSet() const
CreateS3TableIntegrationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetRoleArn(RoleArnT &&value)
CreateS3TableIntegrationRequest & WithRoleArn(RoleArnT &&value)
CreateS3TableIntegrationRequest & WithTags(TagsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String