7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector2/Inspector2_EXPORTS.h>
9#include <aws/inspector2/model/CodeSecurityResource.h>
42 template <
typename ScanConfigurationArnT = Aws::String>
44 m_scanConfigurationArnHasBeenSet =
true;
45 m_scanConfigurationArn = std::forward<ScanConfigurationArnT>(value);
47 template <
typename ScanConfigurationArnT = Aws::String>
58 template <
typename ResourceT = CodeSecurityResource>
60 m_resourceHasBeenSet =
true;
61 m_resource = std::forward<ResourceT>(value);
63 template <
typename ResourceT = CodeSecurityResource>
73 bool m_scanConfigurationArnHasBeenSet =
false;
74 bool m_resourceHasBeenSet =
false;
AWS_INSPECTOR2_API AssociateConfigurationRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetScanConfigurationArn(ScanConfigurationArnT &&value)
const CodeSecurityResource & GetResource() const
AssociateConfigurationRequest & WithScanConfigurationArn(ScanConfigurationArnT &&value)
void SetResource(ResourceT &&value)
bool ResourceHasBeenSet() const
AssociateConfigurationRequest & WithResource(ResourceT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetScanConfigurationArn() const
AWS_INSPECTOR2_API AssociateConfigurationRequest()=default
bool ScanConfigurationArnHasBeenSet() const
AWS_INSPECTOR2_API AssociateConfigurationRequest(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue