7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename VersionT = Aws::String>
73 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
74 template<
typename VersionT = Aws::String>
84 template<
typename Prov
iderT = Aws::String>
85 void SetProvider(ProviderT&& value) { m_providerHasBeenSet =
true; m_provider = std::forward<ProviderT>(value); }
86 template<
typename Prov
iderT = Aws::String>
96 template<
typename DescriptionT = Aws::String>
97 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
98 template<
typename DescriptionT = Aws::String>
104 bool m_arnHasBeenSet =
false;
107 bool m_nameHasBeenSet =
false;
110 bool m_versionHasBeenSet =
false;
113 bool m_providerHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
void SetArn(ArnT &&value)
RulesPackage & WithProvider(ProviderT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
bool VersionHasBeenSet() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
const Aws::String & GetArn() const
AWS_INSPECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INSPECTOR_API RulesPackage(Aws::Utils::Json::JsonView jsonValue)
void SetProvider(ProviderT &&value)
RulesPackage & WithName(NameT &&value)
const Aws::String & GetVersion() const
bool ProviderHasBeenSet() const
AWS_INSPECTOR_API RulesPackage & operator=(Aws::Utils::Json::JsonView jsonValue)
RulesPackage & WithDescription(DescriptionT &&value)
void SetVersion(VersionT &&value)
bool ArnHasBeenSet() const
const Aws::String & GetProvider() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
RulesPackage & WithArn(ArnT &&value)
RulesPackage & WithVersion(VersionT &&value)
AWS_INSPECTOR_API RulesPackage()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue