7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/snowball/Snowball_EXPORTS.h>
10#include <aws/snowball/model/JobListEntry.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ClusterIdT = Aws::String>
38 m_clusterIdHasBeenSet =
true;
39 m_clusterId = std::forward<ClusterIdT>(value);
41 template <
typename ClusterIdT = Aws::String>
55 template <
typename JobListEntriesT = Aws::Vector<JobListEntry>>
57 m_jobListEntriesHasBeenSet =
true;
58 m_jobListEntries = std::forward<JobListEntriesT>(value);
60 template <
typename JobListEntriesT = Aws::Vector<JobListEntry>>
65 template <
typename JobListEntriesT = JobListEntry>
67 m_jobListEntriesHasBeenSet =
true;
68 m_jobListEntries.emplace_back(std::forward<JobListEntriesT>(value));
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
93 bool m_clusterIdHasBeenSet =
false;
94 bool m_jobListEntriesHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
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