7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/ec2/EC2_EXPORTS.h>
9#include <aws/ec2/model/ImageAncestryEntry.h>
10#include <aws/ec2/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ImageAncestryEntriesT = Aws::Vector<ImageAncestryEntry>>
39 m_imageAncestryEntriesHasBeenSet =
true;
40 m_imageAncestryEntries = std::forward<ImageAncestryEntriesT>(value);
42 template <
typename ImageAncestryEntriesT = Aws::Vector<ImageAncestryEntry>>
47 template <
typename ImageAncestryEntriesT = ImageAncestryEntry>
49 m_imageAncestryEntriesHasBeenSet =
true;
50 m_imageAncestryEntries.emplace_back(std::forward<ImageAncestryEntriesT>(value));
58 template <
typename ResponseMetadataT = ResponseMetadata>
60 m_responseMetadataHasBeenSet =
true;
61 m_responseMetadata = std::forward<ResponseMetadataT>(value);
63 template <
typename ResponseMetadataT = ResponseMetadata>
73 bool m_imageAncestryEntriesHasBeenSet =
false;
74 bool m_responseMetadataHasBeenSet =
false;
AWS_EC2_API GetImageAncestryResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetImageAncestryResponse & WithImageAncestryEntries(ImageAncestryEntriesT &&value)
const ResponseMetadata & GetResponseMetadata() const
const Aws::Vector< ImageAncestryEntry > & GetImageAncestryEntries() const
AWS_EC2_API GetImageAncestryResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadataT &&value)
GetImageAncestryResponse & WithResponseMetadata(ResponseMetadataT &&value)
GetImageAncestryResponse & AddImageAncestryEntries(ImageAncestryEntriesT &&value)
AWS_EC2_API GetImageAncestryResponse()=default
void SetImageAncestryEntries(ImageAncestryEntriesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument