7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/opensearch/model/PluginProperties.h>
11#include <aws/opensearch/model/PackageConfiguration.h>
24namespace OpenSearchService
49 template<
typename PackageVersionT = Aws::String>
50 void SetPackageVersion(PackageVersionT&& value) { m_packageVersionHasBeenSet =
true; m_packageVersion = std::forward<PackageVersionT>(value); }
51 template<
typename PackageVersionT = Aws::String>
61 template<
typename CommitMessageT = Aws::String>
62 void SetCommitMessage(CommitMessageT&& value) { m_commitMessageHasBeenSet =
true; m_commitMessage = std::forward<CommitMessageT>(value); }
63 template<
typename CommitMessageT = Aws::String>
73 template<
typename CreatedAtT = Aws::Utils::DateTime>
74 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
75 template<
typename CreatedAtT = Aws::Utils::DateTime>
86 template<
typename PluginPropertiesT = PluginProperties>
87 void SetPluginProperties(PluginPropertiesT&& value) { m_pluginPropertiesHasBeenSet =
true; m_pluginProperties = std::forward<PluginPropertiesT>(value); }
88 template<
typename PluginPropertiesT = PluginProperties>
98 template<
typename PackageConfigurationT = PackageConfiguration>
99 void SetPackageConfiguration(PackageConfigurationT&& value) { m_packageConfigurationHasBeenSet =
true; m_packageConfiguration = std::forward<PackageConfigurationT>(value); }
100 template<
typename PackageConfigurationT = PackageConfiguration>
106 bool m_packageVersionHasBeenSet =
false;
109 bool m_commitMessageHasBeenSet =
false;
112 bool m_createdAtHasBeenSet =
false;
114 PluginProperties m_pluginProperties;
115 bool m_pluginPropertiesHasBeenSet =
false;
117 PackageConfiguration m_packageConfiguration;
118 bool m_packageConfigurationHasBeenSet =
false;
const Aws::String & GetCommitMessage() const
AWS_OPENSEARCHSERVICE_API PackageVersionHistory(Aws::Utils::Json::JsonView jsonValue)
bool PackageVersionHasBeenSet() const
const PackageConfiguration & GetPackageConfiguration() const
void SetPackageVersion(PackageVersionT &&value)
AWS_OPENSEARCHSERVICE_API PackageVersionHistory()=default
PackageVersionHistory & WithCommitMessage(CommitMessageT &&value)
const PluginProperties & GetPluginProperties() const
void SetCommitMessage(CommitMessageT &&value)
void SetPluginProperties(PluginPropertiesT &&value)
PackageVersionHistory & WithPackageConfiguration(PackageConfigurationT &&value)
PackageVersionHistory & WithPackageVersion(PackageVersionT &&value)
PackageVersionHistory & WithPluginProperties(PluginPropertiesT &&value)
AWS_OPENSEARCHSERVICE_API PackageVersionHistory & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PluginPropertiesHasBeenSet() const
const Aws::String & GetPackageVersion() const
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool CommitMessageHasBeenSet() const
void SetPackageConfiguration(PackageConfigurationT &&value)
bool PackageConfigurationHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
PackageVersionHistory & WithCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue