7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/LaunchTemplate.h>
9#include <aws/ec2/model/ValidationWarning.h>
10#include <aws/ec2/model/ResponseMetadata.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
void SetWarning(const ValidationWarning &value)
const LaunchTemplate & GetLaunchTemplate() const
const ValidationWarning & GetWarning() const
void SetLaunchTemplate(const LaunchTemplate &value)
CreateLaunchTemplateResponse & WithResponseMetadata(ResponseMetadata &&value)
void SetWarning(ValidationWarning &&value)
CreateLaunchTemplateResponse & WithLaunchTemplate(const LaunchTemplate &value)
void SetLaunchTemplate(LaunchTemplate &&value)
void SetResponseMetadata(const ResponseMetadata &value)
CreateLaunchTemplateResponse & WithLaunchTemplate(LaunchTemplate &&value)
void SetResponseMetadata(ResponseMetadata &&value)
AWS_EC2_API CreateLaunchTemplateResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_EC2_API CreateLaunchTemplateResponse()
const ResponseMetadata & GetResponseMetadata() const
CreateLaunchTemplateResponse & WithResponseMetadata(const ResponseMetadata &value)
CreateLaunchTemplateResponse & WithWarning(ValidationWarning &&value)
AWS_EC2_API CreateLaunchTemplateResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateLaunchTemplateResponse & WithWarning(const ValidationWarning &value)
Aws::Utils::Xml::XmlDocument XmlDocument