7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/outposts/Outposts_EXPORTS.h>
10#include <aws/outposts/model/Outpost.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
34 template <
typename OutpostsT = Aws::Vector<Outpost>>
36 m_outpostsHasBeenSet =
true;
37 m_outposts = std::forward<OutpostsT>(value);
39 template <
typename OutpostsT = Aws::Vector<Outpost>>
44 template <
typename OutpostsT = Outpost>
46 m_outpostsHasBeenSet =
true;
47 m_outposts.emplace_back(std::forward<OutpostsT>(value));
55 template <
typename NextTokenT = Aws::String>
57 m_nextTokenHasBeenSet =
true;
58 m_nextToken = std::forward<NextTokenT>(value);
60 template <
typename NextTokenT = Aws::String>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
87 bool m_outpostsHasBeenSet =
false;
88 bool m_nextTokenHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
ListOutpostsResult & AddOutposts(OutpostsT &&value)
ListOutpostsResult & WithRequestId(RequestIdT &&value)
ListOutpostsResult & WithOutposts(OutpostsT &&value)
AWS_OUTPOSTS_API ListOutpostsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
void SetOutposts(OutpostsT &&value)
ListOutpostsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
AWS_OUTPOSTS_API ListOutpostsResult()=default
const Aws::Vector< Outpost > & GetOutposts() const
AWS_OUTPOSTS_API ListOutpostsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue