7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
10#include <aws/devicefarm/model/Artifact.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename ArtifactsT = Aws::Vector<Artifact>>
44 m_artifactsHasBeenSet =
true;
45 m_artifacts = std::forward<ArtifactsT>(value);
47 template <
typename ArtifactsT = Aws::Vector<Artifact>>
52 template <
typename ArtifactsT = Artifact>
54 m_artifactsHasBeenSet =
true;
55 m_artifacts.emplace_back(std::forward<ArtifactsT>(value));
67 template <
typename NextTokenT = Aws::String>
69 m_nextTokenHasBeenSet =
true;
70 m_nextToken = std::forward<NextTokenT>(value);
72 template <
typename NextTokenT = Aws::String>
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
99 bool m_artifactsHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
ListArtifactsResult & WithRequestId(RequestIdT &&value)
AWS_DEVICEFARM_API ListArtifactsResult()=default
void SetNextToken(NextTokenT &&value)
ListArtifactsResult & AddArtifacts(ArtifactsT &&value)
void SetArtifacts(ArtifactsT &&value)
AWS_DEVICEFARM_API ListArtifactsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListArtifactsResult & WithArtifacts(ArtifactsT &&value)
AWS_DEVICEFARM_API ListArtifactsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< Artifact > & GetArtifacts() const
const Aws::String & GetNextToken() const
ListArtifactsResult & WithNextToken(NextTokenT &&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