7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/snowball/Snowball_EXPORTS.h>
11#include <aws/snowball/model/JobListEntry.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
39 template <
typename JobListEntriesT = Aws::Vector<JobListEntry>>
41 m_jobListEntriesHasBeenSet =
true;
42 m_jobListEntries = std::forward<JobListEntriesT>(value);
44 template <
typename JobListEntriesT = Aws::Vector<JobListEntry>>
49 template <
typename JobListEntriesT = JobListEntry>
51 m_jobListEntriesHasBeenSet =
true;
52 m_jobListEntries.emplace_back(std::forward<JobListEntriesT>(value));
65 template <
typename NextTokenT = Aws::String>
67 m_nextTokenHasBeenSet =
true;
68 m_nextToken = std::forward<NextTokenT>(value);
70 template <
typename NextTokenT = Aws::String>
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
100 bool m_jobListEntriesHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
ListJobsResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
ListJobsResult & WithNextToken(NextTokenT &&value)
AWS_SNOWBALL_API ListJobsResult()=default
AWS_SNOWBALL_API ListJobsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
const Aws::Vector< JobListEntry > & GetJobListEntries() const
void SetJobListEntries(JobListEntriesT &&value)
ListJobsResult & AddJobListEntries(JobListEntriesT &&value)
void SetRequestId(RequestIdT &&value)
ListJobsResult & WithJobListEntries(JobListEntriesT &&value)
AWS_SNOWBALL_API ListJobsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() 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