7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lightsail/Lightsail_EXPORTS.h>
11#include <aws/lightsail/model/StaticIp.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename StaticIpsT = Aws::Vector<StaticIp>>
40 m_staticIpsHasBeenSet =
true;
41 m_staticIps = std::forward<StaticIpsT>(value);
43 template <
typename StaticIpsT = Aws::Vector<StaticIp>>
48 template <
typename StaticIpsT = StaticIp>
50 m_staticIpsHasBeenSet =
true;
51 m_staticIps.emplace_back(std::forward<StaticIpsT>(value));
65 template <
typename NextPageTokenT = Aws::String>
67 m_nextPageTokenHasBeenSet =
true;
68 m_nextPageToken = std::forward<NextPageTokenT>(value);
70 template <
typename NextPageTokenT = Aws::String>
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
100 bool m_staticIpsHasBeenSet =
false;
101 bool m_nextPageTokenHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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