7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
74 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
75 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
85 template<
typename MeshNameT = Aws::String>
86 void SetMeshName(MeshNameT&& value) { m_meshNameHasBeenSet =
true; m_meshName = std::forward<MeshNameT>(value); }
87 template<
typename MeshNameT = Aws::String>
101 template<
typename MeshOwnerT = Aws::String>
102 void SetMeshOwner(MeshOwnerT&& value) { m_meshOwnerHasBeenSet =
true; m_meshOwner = std::forward<MeshOwnerT>(value); }
103 template<
typename MeshOwnerT = Aws::String>
117 template<
typename ResourceOwnerT = Aws::String>
118 void SetResourceOwner(ResourceOwnerT&& value) { m_resourceOwnerHasBeenSet =
true; m_resourceOwner = std::forward<ResourceOwnerT>(value); }
119 template<
typename ResourceOwnerT = Aws::String>
130 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
136 bool m_arnHasBeenSet =
false;
139 bool m_createdAtHasBeenSet =
false;
142 bool m_lastUpdatedAtHasBeenSet =
false;
145 bool m_meshNameHasBeenSet =
false;
148 bool m_meshOwnerHasBeenSet =
false;
151 bool m_resourceOwnerHasBeenSet =
false;
153 long long m_version{0};
154 bool m_versionHasBeenSet =
false;
const Aws::String & GetArn() const
void SetMeshOwner(MeshOwnerT &&value)
MeshRef & WithLastUpdatedAt(LastUpdatedAtT &&value)
void SetMeshName(MeshNameT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
MeshRef & WithVersion(long long value)
const Aws::String & GetMeshName() const
long long GetVersion() const
AWS_APPMESH_API MeshRef(Aws::Utils::Json::JsonView jsonValue)
void SetResourceOwner(ResourceOwnerT &&value)
MeshRef & WithResourceOwner(ResourceOwnerT &&value)
bool LastUpdatedAtHasBeenSet() const
MeshRef & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreatedAtHasBeenSet() const
AWS_APPMESH_API MeshRef & operator=(Aws::Utils::Json::JsonView jsonValue)
MeshRef & WithMeshName(MeshNameT &&value)
MeshRef & WithMeshOwner(MeshOwnerT &&value)
bool MeshNameHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetVersion(long long value)
MeshRef & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetMeshOwner() const
bool ResourceOwnerHasBeenSet() const
bool MeshOwnerHasBeenSet() const
AWS_APPMESH_API MeshRef()=default
bool VersionHasBeenSet() const
const Aws::String & GetResourceOwner() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue