7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
19namespace OpenSearchService {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
76 template <
typename VersionT = Aws::String>
78 m_versionHasBeenSet =
true;
79 m_version = std::forward<VersionT>(value);
81 template <
typename VersionT = Aws::String>
94 template <
typename ClassNameT = Aws::String>
96 m_classNameHasBeenSet =
true;
97 m_className = std::forward<ClassNameT>(value);
99 template <
typename ClassNameT = Aws::String>
113 m_uncompressedSizeInBytesHasBeenSet =
true;
114 m_uncompressedSizeInBytes = value;
130 long long m_uncompressedSizeInBytes{0};
131 bool m_nameHasBeenSet =
false;
132 bool m_descriptionHasBeenSet =
false;
133 bool m_versionHasBeenSet =
false;
134 bool m_classNameHasBeenSet =
false;
135 bool m_uncompressedSizeInBytesHasBeenSet =
false;
PluginProperties & WithDescription(DescriptionT &&value)
long long GetUncompressedSizeInBytes() const
bool UncompressedSizeInBytesHasBeenSet() const
PluginProperties & WithName(NameT &&value)
PluginProperties & WithUncompressedSizeInBytes(long long value)
AWS_OPENSEARCHSERVICE_API PluginProperties()=default
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OPENSEARCHSERVICE_API PluginProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
PluginProperties & WithVersion(VersionT &&value)
const Aws::String & GetName() const
void SetVersion(VersionT &&value)
void SetUncompressedSizeInBytes(long long value)
void SetClassName(ClassNameT &&value)
const Aws::String & GetVersion() const
PluginProperties & WithClassName(ClassNameT &&value)
bool DescriptionHasBeenSet() const
bool VersionHasBeenSet() const
void SetName(NameT &&value)
AWS_OPENSEARCHSERVICE_API PluginProperties(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClassName() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
bool ClassNameHasBeenSet() const
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue