7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lightsail/model/ContainerServicePower.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename PowersT = Aws::Vector<ContainerServicePower>>
44 void SetPowers(PowersT&& value) { m_powersHasBeenSet =
true; m_powers = std::forward<PowersT>(value); }
45 template<
typename PowersT = Aws::Vector<ContainerServicePower>>
47 template<
typename PowersT = ContainerServicePower>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_powersHasBeenSet =
false;
65 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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue