7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/ResponseMetadata.h>
9#include <aws/ec2/model/VolumeModification.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename VolumeModificationT = VolumeModification>
37 m_volumeModificationHasBeenSet =
true;
38 m_volumeModification = std::forward<VolumeModificationT>(value);
40 template <
typename VolumeModificationT = VolumeModification>
50 template <
typename ResponseMetadataT = ResponseMetadata>
52 m_responseMetadataHasBeenSet =
true;
53 m_responseMetadata = std::forward<ResponseMetadataT>(value);
55 template <
typename ResponseMetadataT = ResponseMetadata>
65 bool m_volumeModificationHasBeenSet =
false;
66 bool m_responseMetadataHasBeenSet =
false;
const VolumeModification & GetVolumeModification() const
AWS_EC2_API ModifyVolumeResponse()=default
const ResponseMetadata & GetResponseMetadata() const
ModifyVolumeResponse & WithResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API ModifyVolumeResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyVolumeResponse & WithVolumeModification(VolumeModificationT &&value)
void SetVolumeModification(VolumeModificationT &&value)
AWS_EC2_API ModifyVolumeResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadataT &&value)
Aws::Utils::Xml::XmlDocument XmlDocument