7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/OutpostLag.h>
11#include <aws/ec2/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename OutpostLagsT = Aws::Vector<OutpostLag>>
39 m_outpostLagsHasBeenSet =
true;
40 m_outpostLags = std::forward<OutpostLagsT>(value);
42 template <
typename OutpostLagsT = Aws::Vector<OutpostLag>>
47 template <
typename OutpostLagsT = OutpostLag>
49 m_outpostLagsHasBeenSet =
true;
50 m_outpostLags.emplace_back(std::forward<OutpostLagsT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 template <
typename ResponseMetadataT = ResponseMetadata>
78 m_responseMetadataHasBeenSet =
true;
79 m_responseMetadata = std::forward<ResponseMetadataT>(value);
81 template <
typename ResponseMetadataT = ResponseMetadata>
93 bool m_outpostLagsHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_responseMetadataHasBeenSet =
false;
DescribeOutpostLagsResponse & WithNextToken(NextTokenT &&value)
AWS_EC2_API DescribeOutpostLagsResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_EC2_API DescribeOutpostLagsResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
void SetOutpostLags(OutpostLagsT &&value)
const Aws::String & GetNextToken() const
DescribeOutpostLagsResponse & WithOutpostLags(OutpostLagsT &&value)
DescribeOutpostLagsResponse & WithResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API DescribeOutpostLagsResponse()=default
DescribeOutpostLagsResponse & AddOutpostLags(OutpostLagsT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::Vector< OutpostLag > & GetOutpostLags() const
void SetResponseMetadata(ResponseMetadataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument