7#include <aws/sagemaker-edge/SagemakerEdgeManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker-edge/model/EdgeDeployment.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace SagemakerEdgeManager
56 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetDeploymentsResult & WithRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
void SetDeployments(Aws::Vector< EdgeDeployment > &&value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
const Aws::Vector< EdgeDeployment > & GetDeployments() const
GetDeploymentsResult & WithDeployments(Aws::Vector< EdgeDeployment > &&value)
AWS_SAGEMAKEREDGEMANAGER_API GetDeploymentsResult()
GetDeploymentsResult & WithRequestId(Aws::String &&value)
GetDeploymentsResult & AddDeployments(EdgeDeployment &&value)
GetDeploymentsResult & AddDeployments(const EdgeDeployment &value)
void SetRequestId(const char *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(const Aws::Vector< EdgeDeployment > &value)
void SetDeployments(const Aws::Vector< EdgeDeployment > &value)
GetDeploymentsResult & WithRequestId(const char *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