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>
52 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
66 inline void SetMeshName(
const char* value) { m_meshNameHasBeenSet =
true; m_meshName.assign(value); }
78 inline void SetSpec(
const MeshSpec& value) { m_specHasBeenSet =
true; m_spec = value; }
79 inline void SetSpec(
MeshSpec&& value) { m_specHasBeenSet =
true; m_spec = std::move(value); }
103 bool m_clientTokenHasBeenSet =
false;
106 bool m_meshNameHasBeenSet =
false;
109 bool m_specHasBeenSet =
false;
112 bool m_tagsHasBeenSet =
false;
CreateMeshRequest & AddTags(const TagRef &value)
void SetClientToken(const char *value)
CreateMeshRequest & WithMeshName(const Aws::String &value)
const MeshSpec & GetSpec() const
CreateMeshRequest & WithClientToken(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_APPMESH_API CreateMeshRequest()
AWS_APPMESH_API Aws::String SerializePayload() const override
CreateMeshRequest & WithMeshName(const char *value)
bool SpecHasBeenSet() const
CreateMeshRequest & WithSpec(MeshSpec &&value)
const Aws::String & GetMeshName() const
const Aws::Vector< TagRef > & GetTags() const
CreateMeshRequest & WithMeshName(Aws::String &&value)
const Aws::String & GetClientToken() const
CreateMeshRequest & WithClientToken(const Aws::String &value)
void SetClientToken(const Aws::String &value)
void SetMeshName(const char *value)
CreateMeshRequest & AddTags(TagRef &&value)
CreateMeshRequest & WithSpec(const MeshSpec &value)
void SetTags(Aws::Vector< TagRef > &&value)
CreateMeshRequest & WithTags(const Aws::Vector< TagRef > &value)
CreateMeshRequest & WithTags(Aws::Vector< TagRef > &&value)
void SetMeshName(const Aws::String &value)
void SetMeshName(Aws::String &&value)
CreateMeshRequest & WithClientToken(Aws::String &&value)
void SetSpec(const MeshSpec &value)
void SetClientToken(Aws::String &&value)
bool MeshNameHasBeenSet() const
void SetSpec(MeshSpec &&value)
bool ClientTokenHasBeenSet() const
void SetTags(const Aws::Vector< TagRef > &value)
bool TagsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector