7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace OpenSearchService
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
70 template<
typename VersionT = Aws::String>
71 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
72 template<
typename VersionT = Aws::String>
82 template<
typename ClassNameT = Aws::String>
83 void SetClassName(ClassNameT&& value) { m_classNameHasBeenSet =
true; m_className = std::forward<ClassNameT>(value); }
84 template<
typename ClassNameT = Aws::String>
94 inline void SetUncompressedSizeInBytes(
long long value) { m_uncompressedSizeInBytesHasBeenSet =
true; m_uncompressedSizeInBytes = value; }
100 bool m_nameHasBeenSet =
false;
103 bool m_descriptionHasBeenSet =
false;
106 bool m_versionHasBeenSet =
false;
109 bool m_classNameHasBeenSet =
false;
111 long long m_uncompressedSizeInBytes{0};
112 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