7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/Inspector2_EXPORTS.h>
10#include <aws/inspector2/model/Ec2ConfigurationState.h>
11#include <aws/inspector2/model/EcrConfigurationState.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename EcrConfigurationT = EcrConfigurationState>
40 m_ecrConfigurationHasBeenSet =
true;
41 m_ecrConfiguration = std::forward<EcrConfigurationT>(value);
43 template <
typename EcrConfigurationT = EcrConfigurationState>
56 template <
typename Ec2ConfigurationT = Ec2ConfigurationState>
58 m_ec2ConfigurationHasBeenSet =
true;
59 m_ec2Configuration = std::forward<Ec2ConfigurationT>(value);
61 template <
typename Ec2ConfigurationT = Ec2ConfigurationState>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_ecrConfigurationHasBeenSet =
false;
92 bool m_ec2ConfigurationHasBeenSet =
false;
93 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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