7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker-edge/SagemakerEdgeManager_EXPORTS.h>
10#include <aws/sagemaker-edge/model/EdgeDeployment.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace SagemakerEdgeManager {
37 template <
typename DeploymentsT = Aws::Vector<EdgeDeployment>>
39 m_deploymentsHasBeenSet =
true;
40 m_deployments = std::forward<DeploymentsT>(value);
42 template <
typename DeploymentsT = Aws::Vector<EdgeDeployment>>
47 template <
typename DeploymentsT = EdgeDeployment>
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>
73 bool m_deploymentsHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
AWS_SAGEMAKEREDGEMANAGER_API GetDeploymentsResult()=default
void SetDeployments(DeploymentsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< EdgeDeployment > & GetDeployments() const
GetDeploymentsResult & AddDeployments(DeploymentsT &&value)
AWS_SAGEMAKEREDGEMANAGER_API GetDeploymentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKEREDGEMANAGER_API GetDeploymentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDeploymentsResult & WithDeployments(DeploymentsT &&value)
GetDeploymentsResult & WithRequestId(RequestIdT &&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