7#include <aws/appmesh/AppMeshRequest.h>
8#include <aws/appmesh/AppMesh_EXPORTS.h>
9#include <aws/appmesh/model/MeshSpec.h>
10#include <aws/appmesh/model/TagRef.h>
11#include <aws/core/utils/UUID.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename ClientTokenT = Aws::String>
48 m_clientTokenHasBeenSet =
true;
49 m_clientToken = std::forward<ClientTokenT>(value);
51 template <
typename ClientTokenT = Aws::String>
64 template <
typename MeshNameT = Aws::String>
66 m_meshNameHasBeenSet =
true;
67 m_meshName = std::forward<MeshNameT>(value);
69 template <
typename MeshNameT = Aws::String>
82 template <
typename SpecT = MeshSpec>
84 m_specHasBeenSet =
true;
85 m_spec = std::forward<SpecT>(value);
87 template <
typename SpecT = MeshSpec>
89 SetSpec(std::forward<SpecT>(value));
103 template <
typename TagsT = Aws::Vector<TagRef>>
105 m_tagsHasBeenSet =
true;
106 m_tags = std::forward<TagsT>(value);
108 template <
typename TagsT = Aws::Vector<TagRef>>
110 SetTags(std::forward<TagsT>(value));
113 template <
typename TagsT = TagRef>
115 m_tagsHasBeenSet =
true;
116 m_tags.emplace_back(std::forward<TagsT>(value));
128 bool m_clientTokenHasBeenSet =
true;
129 bool m_meshNameHasBeenSet =
false;
130 bool m_specHasBeenSet =
false;
131 bool m_tagsHasBeenSet =
false;
CreateMeshRequest & WithTags(TagsT &&value)
const MeshSpec & GetSpec() const
void SetSpec(SpecT &&value)
CreateMeshRequest & AddTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
CreateMeshRequest & WithClientToken(ClientTokenT &&value)
void SetClientToken(ClientTokenT &&value)
AWS_APPMESH_API Aws::String SerializePayload() const override
bool SpecHasBeenSet() const
CreateMeshRequest & WithSpec(SpecT &&value)
const Aws::String & GetMeshName() const
const Aws::Vector< TagRef > & GetTags() const
void SetTags(TagsT &&value)
const Aws::String & GetClientToken() const
CreateMeshRequest & WithMeshName(MeshNameT &&value)
AWS_APPMESH_API CreateMeshRequest()=default
void SetMeshName(MeshNameT &&value)
bool MeshNameHasBeenSet() const
bool ClientTokenHasBeenSet() const
bool TagsHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector