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;
AWS_INSPECTOR2_API SuccessfulAssociationResult()=default
AWS_INSPECTOR2_API SuccessfulAssociationResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResource(ResourceT &&value)
const CodeSecurityResource & GetResource() const
bool ScanConfigurationArnHasBeenSet() const
void SetScanConfigurationArn(ScanConfigurationArnT &&value)
SuccessfulAssociationResult & WithResource(ResourceT &&value)
SuccessfulAssociationResult & WithScanConfigurationArn(ScanConfigurationArnT &&value)
AWS_INSPECTOR2_API SuccessfulAssociationResult(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetScanConfigurationArn() const
bool ResourceHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue