7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-agent/DevOpsAgentRequest.h>
10#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
18namespace DevOpsAgent {
46 template <
typename AgentSpaceIdT = Aws::String>
48 m_agentSpaceIdHasBeenSet =
true;
49 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
51 template <
typename AgentSpaceIdT = Aws::String>
64 template <
typename AssetTypeT = Aws::String>
66 m_assetTypeHasBeenSet =
true;
67 m_assetType = std::forward<AssetTypeT>(value);
69 template <
typename AssetTypeT = Aws::String>
82 template <
typename UpdatedAfterT = Aws::Utils::DateTime>
84 m_updatedAfterHasBeenSet =
true;
85 m_updatedAfter = std::forward<UpdatedAfterT>(value);
87 template <
typename UpdatedAfterT = Aws::Utils::DateTime>
100 template <
typename UpdatedBeforeT = Aws::Utils::DateTime>
102 m_updatedBeforeHasBeenSet =
true;
103 m_updatedBefore = std::forward<UpdatedBeforeT>(value);
105 template <
typename UpdatedBeforeT = Aws::Utils::DateTime>
119 template <
typename NextTokenT = Aws::String>
121 m_nextTokenHasBeenSet =
true;
122 m_nextToken = std::forward<NextTokenT>(value);
124 template <
typename NextTokenT = Aws::String>
138 m_maxResultsHasBeenSet =
true;
139 m_maxResults = value;
158 bool m_agentSpaceIdHasBeenSet =
false;
159 bool m_assetTypeHasBeenSet =
false;
160 bool m_updatedAfterHasBeenSet =
false;
161 bool m_updatedBeforeHasBeenSet =
false;
162 bool m_nextTokenHasBeenSet =
false;
163 bool m_maxResultsHasBeenSet =
false;
ListAssetsRequest & WithNextToken(NextTokenT &&value)
bool UpdatedBeforeHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetUpdatedBefore(UpdatedBeforeT &&value)
void SetAssetType(AssetTypeT &&value)
AWS_DEVOPSAGENT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
ListAssetsRequest & WithAssetType(AssetTypeT &&value)
ListAssetsRequest & WithUpdatedAfter(UpdatedAfterT &&value)
ListAssetsRequest & WithUpdatedBefore(UpdatedBeforeT &&value)
int GetMaxResults() const
const Aws::String & GetAssetType() const
void SetNextToken(NextTokenT &&value)
const Aws::Utils::DateTime & GetUpdatedBefore() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
void SetUpdatedAfter(UpdatedAfterT &&value)
bool AssetTypeHasBeenSet() const
ListAssetsRequest & WithMaxResults(int value)
AWS_DEVOPSAGENT_API ListAssetsRequest()=default
ListAssetsRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
const Aws::String & GetAgentSpaceId() const
bool AgentSpaceIdHasBeenSet() const
const Aws::String & GetNextToken() const
const Aws::Utils::DateTime & GetUpdatedAfter() const
bool UpdatedAfterHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String