7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearch/OpenSearchService_EXPORTS.h>
10#include <aws/opensearch/model/ApplicationStatus.h>
21namespace OpenSearchService {
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
58 template <
typename ArnT = Aws::String>
60 m_arnHasBeenSet =
true;
61 m_arn = std::forward<ArnT>(value);
63 template <
typename ArnT = Aws::String>
65 SetArn(std::forward<ArnT>(value));
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
94 template <
typename Endpo
intT = Aws::String>
96 m_endpointHasBeenSet =
true;
97 m_endpoint = std::forward<EndpointT>(value);
99 template <
typename Endpo
intT = Aws::String>
115 m_statusHasBeenSet =
true;
130 template <
typename CreatedAtT = Aws::Utils::DateTime>
132 m_createdAtHasBeenSet =
true;
133 m_createdAt = std::forward<CreatedAtT>(value);
135 template <
typename CreatedAtT = Aws::Utils::DateTime>
148 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
150 m_lastUpdatedAtHasBeenSet =
true;
151 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
153 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
173 bool m_idHasBeenSet =
false;
174 bool m_arnHasBeenSet =
false;
175 bool m_nameHasBeenSet =
false;
176 bool m_endpointHasBeenSet =
false;
177 bool m_statusHasBeenSet =
false;
178 bool m_createdAtHasBeenSet =
false;
179 bool m_lastUpdatedAtHasBeenSet =
false;
void SetStatus(ApplicationStatus value)
ApplicationSummary & WithStatus(ApplicationStatus value)
ApplicationStatus GetStatus() const
void SetName(NameT &&value)
const Aws::String & GetId() const
bool StatusHasBeenSet() const
ApplicationSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetEndpoint() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetArn(ArnT &&value)
AWS_OPENSEARCHSERVICE_API ApplicationSummary(Aws::Utils::Json::JsonView jsonValue)
ApplicationSummary & WithName(NameT &&value)
const Aws::String & GetArn() const
AWS_OPENSEARCHSERVICE_API ApplicationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreatedAtHasBeenSet() const
bool EndpointHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
AWS_OPENSEARCHSERVICE_API ApplicationSummary()=default
ApplicationSummary & WithArn(ArnT &&value)
ApplicationSummary & WithId(IdT &&value)
bool IdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
ApplicationSummary & WithEndpoint(EndpointT &&value)
bool LastUpdatedAtHasBeenSet() const
ApplicationSummary & WithCreatedAt(CreatedAtT &&value)
bool ArnHasBeenSet() const
void SetEndpoint(EndpointT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue