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/ContainerServiceDeployment.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename DeploymentsT = Aws::Vector<ContainerServiceDeployment>>
43 void SetDeployments(DeploymentsT&& value) { m_deploymentsHasBeenSet =
true; m_deployments = std::forward<DeploymentsT>(value); }
44 template<
typename DeploymentsT = Aws::Vector<ContainerServiceDeployment>>
46 template<
typename DeploymentsT = ContainerServiceDeployment>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_deploymentsHasBeenSet =
false;
64 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)
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