7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/greengrassv2/model/Deployment.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
58 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
AWS_GREENGRASSV2_API ListDeploymentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDeploymentsResult & WithRequestId(const char *value)
ListDeploymentsResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
void SetNextToken(const Aws::String &value)
void SetDeployments(Aws::Vector< Deployment > &&value)
void SetRequestId(Aws::String &&value)
ListDeploymentsResult & AddDeployments(const Deployment &value)
void SetNextToken(Aws::String &&value)
ListDeploymentsResult & WithRequestId(const Aws::String &value)
const Aws::String & GetNextToken() const
ListDeploymentsResult & WithDeployments(Aws::Vector< Deployment > &&value)
const Aws::Vector< Deployment > & GetDeployments() const
void SetRequestId(const char *value)
ListDeploymentsResult & AddDeployments(Deployment &&value)
ListDeploymentsResult & WithNextToken(const char *value)
ListDeploymentsResult & WithNextToken(Aws::String &&value)
AWS_GREENGRASSV2_API ListDeploymentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDeploymentsResult & WithNextToken(const Aws::String &value)
void SetDeployments(const Aws::Vector< Deployment > &value)
AWS_GREENGRASSV2_API ListDeploymentsResult()
ListDeploymentsResult & WithDeployments(const Aws::Vector< Deployment > &value)
void SetRequestId(const Aws::String &value)
void SetNextToken(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