7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/opensearch/OpenSearchService_EXPORTS.h>
11#include <aws/opensearch/model/AppConfig.h>
12#include <aws/opensearch/model/ApplicationStatus.h>
13#include <aws/opensearch/model/DataSource.h>
14#include <aws/opensearch/model/IamIdentityCenterOptions.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace OpenSearchService {
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
55 template <
typename ArnT = Aws::String>
57 m_arnHasBeenSet =
true;
58 m_arn = std::forward<ArnT>(value);
60 template <
typename ArnT = Aws::String>
62 SetArn(std::forward<ArnT>(value));
72 template <
typename NameT = Aws::String>
74 m_nameHasBeenSet =
true;
75 m_name = std::forward<NameT>(value);
77 template <
typename NameT = Aws::String>
79 SetName(std::forward<NameT>(value));
89 template <
typename Endpo
intT = Aws::String>
91 m_endpointHasBeenSet =
true;
92 m_endpoint = std::forward<EndpointT>(value);
94 template <
typename Endpo
intT = Aws::String>
109 m_statusHasBeenSet =
true;
124 template <
typename IamIdentityCenterOptionsT = IamIdentityCenterOptions>
126 m_iamIdentityCenterOptionsHasBeenSet =
true;
127 m_iamIdentityCenterOptions = std::forward<IamIdentityCenterOptionsT>(value);
129 template <
typename IamIdentityCenterOptionsT = IamIdentityCenterOptions>
141 template <
typename DataSourcesT = Aws::Vector<DataSource>>
143 m_dataSourcesHasBeenSet =
true;
144 m_dataSources = std::forward<DataSourcesT>(value);
146 template <
typename DataSourcesT = Aws::Vector<DataSource>>
151 template <
typename DataSourcesT = DataSource>
153 m_dataSourcesHasBeenSet =
true;
154 m_dataSources.emplace_back(std::forward<DataSourcesT>(value));
164 template <
typename AppConfigsT = Aws::Vector<AppConfig>>
166 m_appConfigsHasBeenSet =
true;
167 m_appConfigs = std::forward<AppConfigsT>(value);
169 template <
typename AppConfigsT = Aws::Vector<AppConfig>>
174 template <
typename AppConfigsT = AppConfig>
176 m_appConfigsHasBeenSet =
true;
177 m_appConfigs.emplace_back(std::forward<AppConfigsT>(value));
187 template <
typename CreatedAtT = Aws::Utils::DateTime>
189 m_createdAtHasBeenSet =
true;
190 m_createdAt = std::forward<CreatedAtT>(value);
192 template <
typename CreatedAtT = Aws::Utils::DateTime>
204 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
206 m_lastUpdatedAtHasBeenSet =
true;
207 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
209 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
222 template <
typename KmsKeyArnT = Aws::String>
224 m_kmsKeyArnHasBeenSet =
true;
225 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
227 template <
typename KmsKeyArnT = Aws::String>
237 template <
typename RequestIdT = Aws::String>
239 m_requestIdHasBeenSet =
true;
240 m_requestId = std::forward<RequestIdT>(value);
242 template <
typename RequestIdT = Aws::String>
259 IamIdentityCenterOptions m_iamIdentityCenterOptions;
272 bool m_idHasBeenSet =
false;
273 bool m_arnHasBeenSet =
false;
274 bool m_nameHasBeenSet =
false;
275 bool m_endpointHasBeenSet =
false;
276 bool m_statusHasBeenSet =
false;
277 bool m_iamIdentityCenterOptionsHasBeenSet =
false;
278 bool m_dataSourcesHasBeenSet =
false;
279 bool m_appConfigsHasBeenSet =
false;
280 bool m_createdAtHasBeenSet =
false;
281 bool m_lastUpdatedAtHasBeenSet =
false;
282 bool m_kmsKeyArnHasBeenSet =
false;
283 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
void SetAppConfigs(AppConfigsT &&value)
void SetDataSources(DataSourcesT &&value)
GetApplicationResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetId() const
const IamIdentityCenterOptions & GetIamIdentityCenterOptions() const
GetApplicationResult & WithDataSources(DataSourcesT &&value)
AWS_OPENSEARCHSERVICE_API GetApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetApplicationResult & WithEndpoint(EndpointT &&value)
GetApplicationResult & AddDataSources(DataSourcesT &&value)
GetApplicationResult & WithRequestId(RequestIdT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::Vector< DataSource > & GetDataSources() const
GetApplicationResult & WithKmsKeyArn(KmsKeyArnT &&value)
GetApplicationResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
GetApplicationResult & WithArn(ArnT &&value)
void SetIamIdentityCenterOptions(IamIdentityCenterOptionsT &&value)
ApplicationStatus GetStatus() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetArn() const
AWS_OPENSEARCHSERVICE_API GetApplicationResult()=default
void SetStatus(ApplicationStatus value)
void SetKmsKeyArn(KmsKeyArnT &&value)
GetApplicationResult & WithAppConfigs(AppConfigsT &&value)
void SetEndpoint(EndpointT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetKmsKeyArn() const
GetApplicationResult & WithStatus(ApplicationStatus value)
GetApplicationResult & WithName(NameT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_OPENSEARCHSERVICE_API GetApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetApplicationResult & WithId(IdT &&value)
GetApplicationResult & WithIamIdentityCenterOptions(IamIdentityCenterOptionsT &&value)
const Aws::String & GetName() const
const Aws::String & GetEndpoint() const
void SetCreatedAt(CreatedAtT &&value)
GetApplicationResult & AddAppConfigs(AppConfigsT &&value)
void SetArn(ArnT &&value)
const Aws::Vector< AppConfig > & GetAppConfigs() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue