7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/opensearch/OpenSearchService_EXPORTS.h>
12#include <aws/opensearch/model/AppConfig.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));
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
72 template <
typename ArnT = Aws::String>
74 m_arnHasBeenSet =
true;
75 m_arn = std::forward<ArnT>(value);
77 template <
typename ArnT = Aws::String>
79 SetArn(std::forward<ArnT>(value));
89 template <
typename DataSourcesT = Aws::Vector<DataSource>>
91 m_dataSourcesHasBeenSet =
true;
92 m_dataSources = std::forward<DataSourcesT>(value);
94 template <
typename DataSourcesT = Aws::Vector<DataSource>>
99 template <
typename DataSourcesT = DataSource>
101 m_dataSourcesHasBeenSet =
true;
102 m_dataSources.emplace_back(std::forward<DataSourcesT>(value));
113 template <
typename IamIdentityCenterOptionsT = IamIdentityCenterOptions>
115 m_iamIdentityCenterOptionsHasBeenSet =
true;
116 m_iamIdentityCenterOptions = std::forward<IamIdentityCenterOptionsT>(value);
118 template <
typename IamIdentityCenterOptionsT = IamIdentityCenterOptions>
130 template <
typename AppConfigsT = Aws::Vector<AppConfig>>
132 m_appConfigsHasBeenSet =
true;
133 m_appConfigs = std::forward<AppConfigsT>(value);
135 template <
typename AppConfigsT = Aws::Vector<AppConfig>>
140 template <
typename AppConfigsT = AppConfig>
142 m_appConfigsHasBeenSet =
true;
143 m_appConfigs.emplace_back(std::forward<AppConfigsT>(value));
153 template <
typename CreatedAtT = Aws::Utils::DateTime>
155 m_createdAtHasBeenSet =
true;
156 m_createdAt = std::forward<CreatedAtT>(value);
158 template <
typename CreatedAtT = Aws::Utils::DateTime>
170 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
172 m_lastUpdatedAtHasBeenSet =
true;
173 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
175 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
185 template <
typename RequestIdT = Aws::String>
187 m_requestIdHasBeenSet =
true;
188 m_requestId = std::forward<RequestIdT>(value);
190 template <
typename RequestIdT = Aws::String>
217 bool m_idHasBeenSet =
false;
218 bool m_nameHasBeenSet =
false;
219 bool m_arnHasBeenSet =
false;
220 bool m_dataSourcesHasBeenSet =
false;
221 bool m_iamIdentityCenterOptionsHasBeenSet =
false;
222 bool m_appConfigsHasBeenSet =
false;
223 bool m_createdAtHasBeenSet =
false;
224 bool m_lastUpdatedAtHasBeenSet =
false;
225 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetId() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
UpdateApplicationResult & AddAppConfigs(AppConfigsT &&value)
const Aws::Vector< AppConfig > & GetAppConfigs() const
UpdateApplicationResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
UpdateApplicationResult & WithName(NameT &&value)
const IamIdentityCenterOptions & GetIamIdentityCenterOptions() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetName(NameT &&value)
UpdateApplicationResult & AddDataSources(DataSourcesT &&value)
UpdateApplicationResult & WithRequestId(RequestIdT &&value)
void SetDataSources(DataSourcesT &&value)
AWS_OPENSEARCHSERVICE_API UpdateApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAppConfigs(AppConfigsT &&value)
const Aws::String & GetRequestId() const
UpdateApplicationResult & WithId(IdT &&value)
const Aws::String & GetArn() const
UpdateApplicationResult & WithAppConfigs(AppConfigsT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetCreatedAt(CreatedAtT &&value)
void SetIamIdentityCenterOptions(IamIdentityCenterOptionsT &&value)
UpdateApplicationResult & WithDataSources(DataSourcesT &&value)
void SetRequestId(RequestIdT &&value)
UpdateApplicationResult & WithCreatedAt(CreatedAtT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetName() const
UpdateApplicationResult & WithArn(ArnT &&value)
const Aws::Vector< DataSource > & GetDataSources() const
AWS_OPENSEARCHSERVICE_API UpdateApplicationResult()=default
AWS_OPENSEARCHSERVICE_API UpdateApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateApplicationResult & WithIamIdentityCenterOptions(IamIdentityCenterOptionsT &&value)
void SetArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue