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); }
89 inline void SetMeshName(
const char* value) { m_meshNameHasBeenSet =
true; m_meshName.assign(value); }
107 inline void SetMeshOwner(
const char* value) { m_meshOwnerHasBeenSet =
true; m_meshOwner.assign(value); }
125 inline void SetResourceOwner(
const char* value) { m_resourceOwnerHasBeenSet =
true; m_resourceOwner.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_meshNameHasBeenSet =
false;
156 bool m_meshOwnerHasBeenSet =
false;
159 bool m_resourceOwnerHasBeenSet =
false;
162 bool m_versionHasBeenSet =
false;
const Aws::String & GetArn() const
void SetArn(Aws::String &&value)
void SetLastUpdatedAt(Aws::Utils::DateTime &&value)
MeshRef & WithResourceOwner(const Aws::String &value)
AWS_APPMESH_API MeshRef()
void SetArn(const Aws::String &value)
MeshRef & WithArn(Aws::String &&value)
MeshRef & WithVersion(long long value)
void SetMeshOwner(const Aws::String &value)
const Aws::String & GetMeshName() const
MeshRef & WithMeshOwner(const Aws::String &value)
long long GetVersion() const
void SetResourceOwner(const Aws::String &value)
void SetArn(const char *value)
AWS_APPMESH_API MeshRef(Aws::Utils::Json::JsonView jsonValue)
MeshRef & WithMeshOwner(Aws::String &&value)
MeshRef & WithMeshName(Aws::String &&value)
MeshRef & WithLastUpdatedAt(Aws::Utils::DateTime &&value)
MeshRef & WithMeshOwner(const char *value)
void SetMeshName(const char *value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
MeshRef & WithArn(const Aws::String &value)
bool LastUpdatedAtHasBeenSet() const
MeshRef & WithArn(const char *value)
void SetMeshOwner(Aws::String &&value)
void SetResourceOwner(Aws::String &&value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetMeshName(Aws::String &&value)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
MeshRef & WithMeshName(const char *value)
bool CreatedAtHasBeenSet() const
AWS_APPMESH_API MeshRef & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdatedAt(const Aws::Utils::DateTime &value)
void SetMeshName(const Aws::String &value)
MeshRef & WithCreatedAt(const Aws::Utils::DateTime &value)
bool MeshNameHasBeenSet() const
void SetVersion(long long value)
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetMeshOwner() const
bool ResourceOwnerHasBeenSet() const
void SetMeshOwner(const char *value)
bool MeshOwnerHasBeenSet() const
MeshRef & WithResourceOwner(Aws::String &&value)
MeshRef & WithLastUpdatedAt(const Aws::Utils::DateTime &value)
bool VersionHasBeenSet() const
MeshRef & WithResourceOwner(const char *value)
MeshRef & WithCreatedAt(Aws::Utils::DateTime &&value)
const Aws::String & GetResourceOwner() const
MeshRef & WithMeshName(const Aws::String &value)
void SetResourceOwner(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue