7#include <aws/inspector/Inspector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/inspector/model/AgentPreview.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
60 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
71 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
PreviewAgentsResult & AddAgentPreviews(AgentPreview &&value)
const Aws::String & GetRequestId() const
void SetRequestId(Aws::String &&value)
void SetNextToken(const Aws::String &value)
PreviewAgentsResult & WithNextToken(Aws::String &&value)
PreviewAgentsResult & WithRequestId(const char *value)
PreviewAgentsResult & WithRequestId(const Aws::String &value)
PreviewAgentsResult & WithAgentPreviews(Aws::Vector< AgentPreview > &&value)
PreviewAgentsResult & WithRequestId(Aws::String &&value)
AWS_INSPECTOR_API PreviewAgentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PreviewAgentsResult & AddAgentPreviews(const AgentPreview &value)
void SetRequestId(const Aws::String &value)
PreviewAgentsResult & WithNextToken(const Aws::String &value)
AWS_INSPECTOR_API PreviewAgentsResult()
void SetAgentPreviews(const Aws::Vector< AgentPreview > &value)
void SetNextToken(const char *value)
const Aws::Vector< AgentPreview > & GetAgentPreviews() const
const Aws::String & GetNextToken() const
AWS_INSPECTOR_API PreviewAgentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(Aws::String &&value)
PreviewAgentsResult & WithAgentPreviews(const Aws::Vector< AgentPreview > &value)
void SetRequestId(const char *value)
PreviewAgentsResult & WithNextToken(const char *value)
void SetAgentPreviews(Aws::Vector< AgentPreview > &&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