7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgentRequest.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
14namespace SecurityAgent {
37 template <
typename AgentSpaceIdT = Aws::String>
39 m_agentSpaceIdHasBeenSet =
true;
40 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
42 template <
typename AgentSpaceIdT = Aws::String>
55 template <
typename NextTokenT = Aws::String>
57 m_nextTokenHasBeenSet =
true;
58 m_nextToken = std::forward<NextTokenT>(value);
60 template <
typename NextTokenT = Aws::String>
74 m_maxResultsHasBeenSet =
true;
88 bool m_agentSpaceIdHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
90 bool m_maxResultsHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
void SetAgentSpaceId(AgentSpaceIdT &&value)
ListArtifactsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
int GetMaxResults() const
bool AgentSpaceIdHasBeenSet() const
ListArtifactsRequest & WithMaxResults(int value)
ListArtifactsRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
AWS_SECURITYAGENT_API ListArtifactsRequest()=default
bool NextTokenHasBeenSet() const
const Aws::String & GetAgentSpaceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String