7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/inspector2/model/CodeSecurityResource.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ResourceT = CodeSecurityResource>
47 void SetResource(ResourceT&& value) { m_resourceHasBeenSet =
true; m_resource = std::forward<ResourceT>(value); }
48 template<
typename ResourceT = CodeSecurityResource>
59 template<
typename ScanConfigurationArnT = Aws::String>
60 void SetScanConfigurationArn(ScanConfigurationArnT&& value) { m_scanConfigurationArnHasBeenSet =
true; m_scanConfigurationArn = std::forward<ScanConfigurationArnT>(value); }
61 template<
typename ScanConfigurationArnT = Aws::String>
67 bool m_resourceHasBeenSet =
false;
70 bool m_scanConfigurationArnHasBeenSet =
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