7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector2/Inspector2_EXPORTS.h>
9#include <aws/inspector2/model/Ec2ConfigurationState.h>
10#include <aws/inspector2/model/EcrConfigurationState.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename EcrConfigurationT = EcrConfigurationState>
39 m_ecrConfigurationHasBeenSet =
true;
40 m_ecrConfiguration = std::forward<EcrConfigurationT>(value);
42 template <
typename EcrConfigurationT = EcrConfigurationState>
55 template <
typename Ec2ConfigurationT = Ec2ConfigurationState>
57 m_ec2ConfigurationHasBeenSet =
true;
58 m_ec2Configuration = std::forward<Ec2ConfigurationT>(value);
60 template <
typename Ec2ConfigurationT = Ec2ConfigurationState>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
87 bool m_ecrConfigurationHasBeenSet =
false;
88 bool m_ec2ConfigurationHasBeenSet =
false;
89 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