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