7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/inspector2/model/Ec2ConfigurationState.h>
9#include <aws/inspector2/model/EcrConfigurationState.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename Ec2ConfigurationT = Ec2ConfigurationState>
44 void SetEc2Configuration(Ec2ConfigurationT&& value) { m_ec2ConfigurationHasBeenSet =
true; m_ec2Configuration = std::forward<Ec2ConfigurationT>(value); }
45 template<
typename Ec2ConfigurationT = Ec2ConfigurationState>
55 template<
typename EcrConfigurationT = EcrConfigurationState>
56 void SetEcrConfiguration(EcrConfigurationT&& value) { m_ecrConfigurationHasBeenSet =
true; m_ecrConfiguration = std::forward<EcrConfigurationT>(value); }
57 template<
typename EcrConfigurationT = EcrConfigurationState>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_ec2ConfigurationHasBeenSet =
false;
75 bool m_ecrConfigurationHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
AWS_INSPECTOR2_API GetConfigurationResult()=default
void SetRequestId(RequestIdT &&value)
AWS_INSPECTOR2_API GetConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_INSPECTOR2_API GetConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const EcrConfigurationState & GetEcrConfiguration() const
GetConfigurationResult & WithEc2Configuration(Ec2ConfigurationT &&value)
void SetEc2Configuration(Ec2ConfigurationT &&value)
const Ec2ConfigurationState & GetEc2Configuration() const
GetConfigurationResult & WithRequestId(RequestIdT &&value)
GetConfigurationResult & WithEcrConfiguration(EcrConfigurationT &&value)
const Aws::String & GetRequestId() const
void SetEcrConfiguration(EcrConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue