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/ContainerServicePower.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename PowersT = Aws::Vector<ContainerServicePower>>
40 m_powersHasBeenSet =
true;
41 m_powers = std::forward<PowersT>(value);
43 template <
typename PowersT = Aws::Vector<ContainerServicePower>>
48 template <
typename PowersT = ContainerServicePower>
50 m_powersHasBeenSet =
true;
51 m_powers.emplace_back(std::forward<PowersT>(value));
59 template <
typename RequestIdT = Aws::String>
61 m_requestIdHasBeenSet =
true;
62 m_requestId = std::forward<RequestIdT>(value);
64 template <
typename RequestIdT = Aws::String>
77 bool m_powersHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
AWS_LIGHTSAIL_API GetContainerServicePowersResult()=default
AWS_LIGHTSAIL_API GetContainerServicePowersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
GetContainerServicePowersResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< ContainerServicePower > & GetPowers() const
void SetPowers(PowersT &&value)
GetContainerServicePowersResult & WithPowers(PowersT &&value)
void SetRequestId(RequestIdT &&value)
GetContainerServicePowersResult & AddPowers(PowersT &&value)
AWS_LIGHTSAIL_API GetContainerServicePowersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue