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;
37 template <
typename ClusterIdT = Aws::String>
39 m_clusterIdHasBeenSet =
true;
40 m_clusterId = std::forward<ClusterIdT>(value);
42 template <
typename ClusterIdT = Aws::String>
56 template <
typename JobListEntriesT = Aws::Vector<JobListEntry>>
58 m_jobListEntriesHasBeenSet =
true;
59 m_jobListEntries = std::forward<JobListEntriesT>(value);
61 template <
typename JobListEntriesT = Aws::Vector<JobListEntry>>
66 template <
typename JobListEntriesT = JobListEntry>
68 m_jobListEntriesHasBeenSet =
true;
69 m_jobListEntries.emplace_back(std::forward<JobListEntriesT>(value));
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
97 bool m_clusterIdHasBeenSet =
false;
98 bool m_jobListEntriesHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateClusterResult & WithRequestId(RequestIdT &&value)
CreateClusterResult & AddJobListEntries(JobListEntriesT &&value)
void SetJobListEntries(JobListEntriesT &&value)
const Aws::Vector< JobListEntry > & GetJobListEntries() const
const Aws::String & GetClusterId() const
CreateClusterResult & WithClusterId(ClusterIdT &&value)
AWS_SNOWBALL_API CreateClusterResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_SNOWBALL_API CreateClusterResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetClusterId(ClusterIdT &&value)
const Aws::String & GetRequestId() const
AWS_SNOWBALL_API CreateClusterResult()=default
CreateClusterResult & WithJobListEntries(JobListEntriesT &&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