7#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
8#include <aws/route53resolver/Route53ResolverRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/route53resolver/model/Tag.h>
13#include <aws/core/utils/UUID.h>
17namespace Route53Resolver
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
69 template<
typename DestinationArnT = Aws::String>
70 void SetDestinationArn(DestinationArnT&& value) { m_destinationArnHasBeenSet =
true; m_destinationArn = std::forward<DestinationArnT>(value); }
71 template<
typename DestinationArnT = Aws::String>
84 template<
typename CreatorRequestIdT = Aws::String>
85 void SetCreatorRequestId(CreatorRequestIdT&& value) { m_creatorRequestIdHasBeenSet =
true; m_creatorRequestId = std::forward<CreatorRequestIdT>(value); }
86 template<
typename CreatorRequestIdT = Aws::String>
97 template<
typename TagsT = Aws::Vector<Tag>>
98 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
99 template<
typename TagsT = Aws::Vector<Tag>>
101 template<
typename TagsT = Tag>
107 bool m_nameHasBeenSet =
false;
110 bool m_destinationArnHasBeenSet =
false;
113 bool m_creatorRequestIdHasBeenSet =
true;
116 bool m_tagsHasBeenSet =
false;
CreateResolverQueryLogConfigRequest & WithDestinationArn(DestinationArnT &&value)
CreateResolverQueryLogConfigRequest & WithTags(TagsT &&value)
const Aws::String & GetDestinationArn() const
bool CreatorRequestIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
AWS_ROUTE53RESOLVER_API CreateResolverQueryLogConfigRequest()=default
bool DestinationArnHasBeenSet() const
bool NameHasBeenSet() const
CreateResolverQueryLogConfigRequest & WithCreatorRequestId(CreatorRequestIdT &&value)
bool TagsHasBeenSet() const
AWS_ROUTE53RESOLVER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Tag > & GetTags() const
CreateResolverQueryLogConfigRequest & AddTags(TagsT &&value)
void SetDestinationArn(DestinationArnT &&value)
void SetCreatorRequestId(CreatorRequestIdT &&value)
void SetName(NameT &&value)
CreateResolverQueryLogConfigRequest & WithName(NameT &&value)
const Aws::String & GetCreatorRequestId() const
AWS_ROUTE53RESOLVER_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector