7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/model/VolumeModification.h>
9#include <aws/ec2/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename VolumeModificationT = VolumeModification>
42 void SetVolumeModification(VolumeModificationT&& value) { m_volumeModificationHasBeenSet =
true; m_volumeModification = std::forward<VolumeModificationT>(value); }
43 template<
typename VolumeModificationT = VolumeModification>
50 template<
typename ResponseMetadataT = ResponseMetadata>
51 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
52 template<
typename ResponseMetadataT = ResponseMetadata>
58 bool m_volumeModificationHasBeenSet =
false;
61 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