7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/AppMeshRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appmesh/model/MeshSpec.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/appmesh/model/TagRef.h>
14#include <aws/core/utils/UUID.h>
50 template<
typename ClientTokenT = Aws::String>
51 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
52 template<
typename ClientTokenT = Aws::String>
62 template<
typename MeshNameT = Aws::String>
63 void SetMeshName(MeshNameT&& value) { m_meshNameHasBeenSet =
true; m_meshName = std::forward<MeshNameT>(value); }
64 template<
typename MeshNameT = Aws::String>
74 template<
typename SpecT = MeshSpec>
75 void SetSpec(SpecT&& value) { m_specHasBeenSet =
true; m_spec = std::forward<SpecT>(value); }
76 template<
typename SpecT = MeshSpec>
89 template<
typename TagsT = Aws::Vector<TagRef>>
90 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
91 template<
typename TagsT = Aws::Vector<TagRef>>
93 template<
typename TagsT = TagRef>
94 CreateMeshRequest&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
99 bool m_clientTokenHasBeenSet =
true;
102 bool m_meshNameHasBeenSet =
false;
105 bool m_specHasBeenSet =
false;
108 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