7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearch/model/ApplicationStatus.h>
10#include <aws/core/utils/DateTime.h>
23namespace OpenSearchService
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
58 template<
typename ArnT = Aws::String>
59 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
60 template<
typename ArnT = Aws::String>
70 template<
typename NameT = Aws::String>
71 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
72 template<
typename NameT = Aws::String>
82 template<
typename Endpo
intT = Aws::String>
83 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
84 template<
typename Endpo
intT = Aws::String>
106 template<
typename CreatedAtT = Aws::Utils::DateTime>
107 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
108 template<
typename CreatedAtT = Aws::Utils::DateTime>
118 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
119 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
120 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
126 bool m_idHasBeenSet =
false;
129 bool m_arnHasBeenSet =
false;
132 bool m_nameHasBeenSet =
false;
135 bool m_endpointHasBeenSet =
false;
138 bool m_statusHasBeenSet =
false;
141 bool m_createdAtHasBeenSet =
false;
144 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