7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticache/model/Tag.h>
54 template<
typename CacheSecurityGroupNameT = Aws::String>
55 void SetCacheSecurityGroupName(CacheSecurityGroupNameT&& value) { m_cacheSecurityGroupNameHasBeenSet =
true; m_cacheSecurityGroupName = std::forward<CacheSecurityGroupNameT>(value); }
56 template<
typename CacheSecurityGroupNameT = Aws::String>
66 template<
typename DescriptionT = Aws::String>
67 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
68 template<
typename DescriptionT = Aws::String>
79 template<
typename TagsT = Aws::Vector<Tag>>
80 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
81 template<
typename TagsT = Aws::Vector<Tag>>
83 template<
typename TagsT = Tag>
89 bool m_cacheSecurityGroupNameHasBeenSet =
false;
92 bool m_descriptionHasBeenSet =
false;
95 bool m_tagsHasBeenSet =
false;
AWS_ELASTICACHE_API CreateCacheSecurityGroupRequest()=default
bool DescriptionHasBeenSet() const
const Aws::String & GetCacheSecurityGroupName() const
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
CreateCacheSecurityGroupRequest & WithCacheSecurityGroupName(CacheSecurityGroupNameT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
void SetCacheSecurityGroupName(CacheSecurityGroupNameT &&value)
CreateCacheSecurityGroupRequest & AddTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
CreateCacheSecurityGroupRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
bool CacheSecurityGroupNameHasBeenSet() const
CreateCacheSecurityGroupRequest & WithDescription(DescriptionT &&value)
bool TagsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector