7#include <aws/core/utils/UUID.h> 
    8#include <aws/core/utils/memory/stl/AWSString.h> 
    9#include <aws/core/utils/memory/stl/AWSVector.h> 
   10#include <aws/route53resolver/Route53ResolverRequest.h> 
   11#include <aws/route53resolver/Route53Resolver_EXPORTS.h> 
   12#include <aws/route53resolver/model/Tag.h> 
   17namespace Route53Resolver {
 
   44  template <
typename CreatorRequestIdT = Aws::String>
 
   46    m_creatorRequestIdHasBeenSet = 
true;
 
   47    m_creatorRequestId = std::forward<CreatorRequestIdT>(value);
 
   49  template <
typename CreatorRequestIdT = Aws::String>
 
   62  template <
typename NameT = Aws::String>
 
   64    m_nameHasBeenSet = 
true;
 
   65    m_name = std::forward<NameT>(value);
 
   67  template <
typename NameT = Aws::String>
 
   69    SetName(std::forward<NameT>(value));
 
   81  template <
typename TagsT = Aws::Vector<Tag>>
 
   83    m_tagsHasBeenSet = 
true;
 
   84    m_tags = std::forward<TagsT>(value);
 
   86  template <
typename TagsT = Aws::Vector<Tag>>
 
   88    SetTags(std::forward<TagsT>(value));
 
   91  template <
typename TagsT = Tag>
 
   93    m_tagsHasBeenSet = 
true;
 
   94    m_tags.emplace_back(std::forward<TagsT>(value));
 
  100  bool m_creatorRequestIdHasBeenSet = 
true;
 
  103  bool m_nameHasBeenSet = 
false;
 
  106  bool m_tagsHasBeenSet = 
false;
 
AWS_ROUTE53RESOLVER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateFirewallRuleGroupRequest & WithCreatorRequestId(CreatorRequestIdT &&value)
AWS_ROUTE53RESOLVER_API Aws::String SerializePayload() const override
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
CreateFirewallRuleGroupRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
void SetCreatorRequestId(CreatorRequestIdT &&value)
CreateFirewallRuleGroupRequest & WithTags(TagsT &&value)
CreateFirewallRuleGroupRequest & AddTags(TagsT &&value)
void SetName(NameT &&value)
bool CreatorRequestIdHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetCreatorRequestId() const
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53RESOLVER_API CreateFirewallRuleGroupRequest()=default
const Aws::Vector< Tag > & GetTags() 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