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/opensearch/model/IamIdentityCenterOptions.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/opensearch/model/DataSource.h>
14#include <aws/opensearch/model/AppConfig.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
29namespace OpenSearchService
46 template<
typename IdT = Aws::String>
47 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
48 template<
typename IdT = Aws::String>
55 template<
typename ArnT = Aws::String>
56 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
57 template<
typename ArnT = Aws::String>
66 template<
typename NameT = Aws::String>
67 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
68 template<
typename NameT = Aws::String>
77 template<
typename Endpo
intT = Aws::String>
78 void SetEndpoint(EndpointT&& value) { m_endpointHasBeenSet =
true; m_endpoint = std::forward<EndpointT>(value); }
79 template<
typename Endpo
intT = Aws::String>
100 template<
typename IamIdentityCenterOptionsT = IamIdentityCenterOptions>
101 void SetIamIdentityCenterOptions(IamIdentityCenterOptionsT&& value) { m_iamIdentityCenterOptionsHasBeenSet =
true; m_iamIdentityCenterOptions = std::forward<IamIdentityCenterOptionsT>(value); }
102 template<
typename IamIdentityCenterOptionsT = IamIdentityCenterOptions>
111 template<
typename DataSourcesT = Aws::Vector<DataSource>>
112 void SetDataSources(DataSourcesT&& value) { m_dataSourcesHasBeenSet =
true; m_dataSources = std::forward<DataSourcesT>(value); }
113 template<
typename DataSourcesT = Aws::Vector<DataSource>>
115 template<
typename DataSourcesT = DataSource>
124 template<
typename AppConfigsT = Aws::Vector<AppConfig>>
125 void SetAppConfigs(AppConfigsT&& value) { m_appConfigsHasBeenSet =
true; m_appConfigs = std::forward<AppConfigsT>(value); }
126 template<
typename AppConfigsT = Aws::Vector<AppConfig>>
128 template<
typename AppConfigsT = AppConfig>
137 template<
typename CreatedAtT = Aws::Utils::DateTime>
138 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
139 template<
typename CreatedAtT = Aws::Utils::DateTime>
148 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
149 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
150 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
157 template<
typename RequestIdT = Aws::String>
158 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
159 template<
typename RequestIdT = Aws::String>
165 bool m_idHasBeenSet =
false;
168 bool m_arnHasBeenSet =
false;
171 bool m_nameHasBeenSet =
false;
174 bool m_endpointHasBeenSet =
false;
177 bool m_statusHasBeenSet =
false;
179 IamIdentityCenterOptions m_iamIdentityCenterOptions;
180 bool m_iamIdentityCenterOptionsHasBeenSet =
false;
183 bool m_dataSourcesHasBeenSet =
false;
186 bool m_appConfigsHasBeenSet =
false;
189 bool m_createdAtHasBeenSet =
false;
192 bool m_lastUpdatedAtHasBeenSet =
false;
195 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 & 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)
GetApplicationResult & WithAppConfigs(AppConfigsT &&value)
void SetEndpoint(EndpointT &&value)
const Aws::String & GetRequestId() 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