7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
10#include <aws/lightsail/model/StaticIp.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename StaticIpsT = Aws::Vector<StaticIp>>
39 m_staticIpsHasBeenSet =
true;
40 m_staticIps = std::forward<StaticIpsT>(value);
42 template <
typename StaticIpsT = Aws::Vector<StaticIp>>
47 template <
typename StaticIpsT = StaticIp>
49 m_staticIpsHasBeenSet =
true;
50 m_staticIps.emplace_back(std::forward<StaticIpsT>(value));
64 template <
typename NextPageTokenT = Aws::String>
66 m_nextPageTokenHasBeenSet =
true;
67 m_nextPageToken = std::forward<NextPageTokenT>(value);
69 template <
typename NextPageTokenT = Aws::String>
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
96 bool m_staticIpsHasBeenSet =
false;
97 bool m_nextPageTokenHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_LIGHTSAIL_API GetStaticIpsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetStaticIpsResult & WithStaticIps(StaticIpsT &&value)
GetStaticIpsResult & WithNextPageToken(NextPageTokenT &&value)
void SetNextPageToken(NextPageTokenT &&value)
void SetStaticIps(StaticIpsT &&value)
const Aws::String & GetNextPageToken() const
AWS_LIGHTSAIL_API GetStaticIpsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetStaticIpsResult & AddStaticIps(StaticIpsT &&value)
GetStaticIpsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< StaticIp > & GetStaticIps() const
AWS_LIGHTSAIL_API GetStaticIpsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue