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/ContainerServiceDeployment.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename DeploymentsT = Aws::Vector<ContainerServiceDeployment>>
39 m_deploymentsHasBeenSet =
true;
40 m_deployments = std::forward<DeploymentsT>(value);
42 template <
typename DeploymentsT = Aws::Vector<ContainerServiceDeployment>>
47 template <
typename DeploymentsT = ContainerServiceDeployment>
49 m_deploymentsHasBeenSet =
true;
50 m_deployments.emplace_back(std::forward<DeploymentsT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_deploymentsHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
AWS_LIGHTSAIL_API GetContainerServiceDeploymentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< ContainerServiceDeployment > & GetDeployments() const
const Aws::String & GetRequestId() const
GetContainerServiceDeploymentsResult & AddDeployments(DeploymentsT &&value)
AWS_LIGHTSAIL_API GetContainerServiceDeploymentsResult()=default
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetContainerServiceDeploymentsResult & WithDeployments(DeploymentsT &&value)
GetContainerServiceDeploymentsResult & WithRequestId(RequestIdT &&value)
AWS_LIGHTSAIL_API GetContainerServiceDeploymentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDeployments(DeploymentsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue