7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector/Inspector_EXPORTS.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename VersionT = Aws::String>
80 m_versionHasBeenSet =
true;
81 m_version = std::forward<VersionT>(value);
83 template <
typename VersionT = Aws::String>
96 template <
typename Prov
iderT = Aws::String>
98 m_providerHasBeenSet =
true;
99 m_provider = std::forward<ProviderT>(value);
101 template <
typename Prov
iderT = Aws::String>
114 template <
typename DescriptionT = Aws::String>
116 m_descriptionHasBeenSet =
true;
117 m_description = std::forward<DescriptionT>(value);
119 template <
typename DescriptionT = Aws::String>
135 bool m_arnHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
137 bool m_versionHasBeenSet =
false;
138 bool m_providerHasBeenSet =
false;
139 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