7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
50 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
93 inline void SetMeshOwner(
const char* value) { m_meshOwnerHasBeenSet =
true; m_meshOwner.assign(value); }
111 inline void SetResourceOwner(
const char* value) { m_resourceOwnerHasBeenSet =
true; m_resourceOwner.assign(value); }
125 inline void SetUid(
const char* value) { m_uidHasBeenSet =
true; m_uid.assign(value); }
138 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
144 bool m_arnHasBeenSet =
false;
147 bool m_createdAtHasBeenSet =
false;
150 bool m_lastUpdatedAtHasBeenSet =
false;
153 bool m_meshOwnerHasBeenSet =
false;
156 bool m_resourceOwnerHasBeenSet =
false;
159 bool m_uidHasBeenSet =
false;
162 bool m_versionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue