7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/LaunchTemplate.h>
9#include <aws/ec2/model/ResponseMetadata.h>
10#include <aws/ec2/model/ValidationWarning.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename LaunchTemplateT = LaunchTemplate>
38 m_launchTemplateHasBeenSet =
true;
39 m_launchTemplate = std::forward<LaunchTemplateT>(value);
41 template <
typename LaunchTemplateT = LaunchTemplate>
55 template <
typename WarningT = Val
idationWarning>
57 m_warningHasBeenSet =
true;
58 m_warning = std::forward<WarningT>(value);
60 template <
typename WarningT = Val
idationWarning>
70 template <
typename ResponseMetadataT = ResponseMetadata>
72 m_responseMetadataHasBeenSet =
true;
73 m_responseMetadata = std::forward<ResponseMetadataT>(value);
75 template <
typename ResponseMetadataT = ResponseMetadata>
87 bool m_launchTemplateHasBeenSet =
false;
88 bool m_warningHasBeenSet =
false;
89 bool m_responseMetadataHasBeenSet =
false;
CreateLaunchTemplateResponse & WithResponseMetadata(ResponseMetadataT &&value)
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