7#include <aws/core/http/HttpResponse.h>
8#include <aws/ec2/EC2_EXPORTS.h>
9#include <aws/ec2/model/LaunchTemplate.h>
10#include <aws/ec2/model/ResponseMetadata.h>
11#include <aws/ec2/model/ValidationWarning.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename LaunchTemplateT = LaunchTemplate>
39 m_launchTemplateHasBeenSet =
true;
40 m_launchTemplate = std::forward<LaunchTemplateT>(value);
42 template <
typename LaunchTemplateT = LaunchTemplate>
56 template <
typename WarningT = Val
idationWarning>
58 m_warningHasBeenSet =
true;
59 m_warning = std::forward<WarningT>(value);
61 template <
typename WarningT = Val
idationWarning>
71 template <
typename ResponseMetadataT = ResponseMetadata>
73 m_responseMetadataHasBeenSet =
true;
74 m_responseMetadata = std::forward<ResponseMetadataT>(value);
76 template <
typename ResponseMetadataT = ResponseMetadata>
91 bool m_launchTemplateHasBeenSet =
false;
92 bool m_warningHasBeenSet =
false;
93 bool m_responseMetadataHasBeenSet =
false;
CreateLaunchTemplateResponse & WithResponseMetadata(ResponseMetadataT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const LaunchTemplate & GetLaunchTemplate() const
CreateLaunchTemplateResponse & WithWarning(WarningT &&value)
const ValidationWarning & GetWarning() const
void SetWarning(WarningT &&value)
CreateLaunchTemplateResponse & WithLaunchTemplate(LaunchTemplateT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API CreateLaunchTemplateResponse()=default
AWS_EC2_API CreateLaunchTemplateResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetLaunchTemplate(LaunchTemplateT &&value)
const ResponseMetadata & GetResponseMetadata() const
AWS_EC2_API CreateLaunchTemplateResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Utils::Xml::XmlDocument XmlDocument