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;
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