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