7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/opensearch/model/IamIdentityCenterOptions.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/opensearch/model/DataSource.h>
13#include <aws/opensearch/model/AppConfig.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
28namespace OpenSearchService
45 template<
typename IdT = Aws::String>
46 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
47 template<
typename IdT = Aws::String>
56 template<
typename NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
65 template<
typename ArnT = Aws::String>
66 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
67 template<
typename ArnT = Aws::String>
76 template<
typename DataSourcesT = Aws::Vector<DataSource>>
77 void SetDataSources(DataSourcesT&& value) { m_dataSourcesHasBeenSet =
true; m_dataSources = std::forward<DataSourcesT>(value); }
78 template<
typename DataSourcesT = Aws::Vector<DataSource>>
80 template<
typename DataSourcesT = DataSource>
90 template<
typename IamIdentityCenterOptionsT = IamIdentityCenterOptions>
91 void SetIamIdentityCenterOptions(IamIdentityCenterOptionsT&& value) { m_iamIdentityCenterOptionsHasBeenSet =
true; m_iamIdentityCenterOptions = std::forward<IamIdentityCenterOptionsT>(value); }
92 template<
typename IamIdentityCenterOptionsT = IamIdentityCenterOptions>
101 template<
typename AppConfigsT = Aws::Vector<AppConfig>>
102 void SetAppConfigs(AppConfigsT&& value) { m_appConfigsHasBeenSet =
true; m_appConfigs = std::forward<AppConfigsT>(value); }
103 template<
typename AppConfigsT = Aws::Vector<AppConfig>>
105 template<
typename AppConfigsT = AppConfig>
114 template<
typename CreatedAtT = Aws::Utils::DateTime>
115 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
116 template<
typename CreatedAtT = Aws::Utils::DateTime>
125 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
126 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
127 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
134 template<
typename RequestIdT = Aws::String>
135 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
136 template<
typename RequestIdT = Aws::String>
142 bool m_idHasBeenSet =
false;
145 bool m_nameHasBeenSet =
false;
148 bool m_arnHasBeenSet =
false;
151 bool m_dataSourcesHasBeenSet =
false;
154 bool m_iamIdentityCenterOptionsHasBeenSet =
false;
157 bool m_appConfigsHasBeenSet =
false;
160 bool m_createdAtHasBeenSet =
false;
163 bool m_lastUpdatedAtHasBeenSet =
false;
166 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)
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