7#include <aws/proton/Proton_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/proton/model/ComponentSummary.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); }
ListComponentsResult & WithNextToken(const Aws::String &value)
ListComponentsResult & WithComponents(const Aws::Vector< ComponentSummary > &value)
void SetComponents(Aws::Vector< ComponentSummary > &&value)
void SetNextToken(const char *value)
void SetComponents(const Aws::Vector< ComponentSummary > &value)
ListComponentsResult & WithNextToken(Aws::String &&value)
ListComponentsResult & AddComponents(ComponentSummary &&value)
ListComponentsResult & WithRequestId(Aws::String &&value)
void SetNextToken(Aws::String &&value)
ListComponentsResult & WithRequestId(const char *value)
const Aws::Vector< ComponentSummary > & GetComponents() const
void SetRequestId(const Aws::String &value)
ListComponentsResult & WithComponents(Aws::Vector< ComponentSummary > &&value)
AWS_PROTON_API ListComponentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PROTON_API ListComponentsResult()
ListComponentsResult & WithRequestId(const Aws::String &value)
void SetRequestId(const char *value)
void SetNextToken(const Aws::String &value)
void SetRequestId(Aws::String &&value)
AWS_PROTON_API ListComponentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListComponentsResult & AddComponents(const ComponentSummary &value)
ListComponentsResult & WithNextToken(const char *value)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue