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/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/Partition.h>
12#include <aws/glue/model/PartitionValueList.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename PartitionsT = Aws::Vector<Partition>>
40 m_partitionsHasBeenSet =
true;
41 m_partitions = std::forward<PartitionsT>(value);
43 template <
typename PartitionsT = Aws::Vector<Partition>>
48 template <
typename PartitionsT = Partition>
50 m_partitionsHasBeenSet =
true;
51 m_partitions.emplace_back(std::forward<PartitionsT>(value));
62 template <
typename UnprocessedKeysT = Aws::Vector<PartitionValueList>>
64 m_unprocessedKeysHasBeenSet =
true;
65 m_unprocessedKeys = std::forward<UnprocessedKeysT>(value);
67 template <
typename UnprocessedKeysT = Aws::Vector<PartitionValueList>>
72 template <
typename UnprocessedKeysT = PartitionValueList>
74 m_unprocessedKeysHasBeenSet =
true;
75 m_unprocessedKeys.emplace_back(std::forward<UnprocessedKeysT>(value));
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
103 bool m_partitionsHasBeenSet =
false;
104 bool m_unprocessedKeysHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
BatchGetPartitionResult & AddPartitions(PartitionsT &&value)
AWS_GLUE_API BatchGetPartitionResult()=default
void SetPartitions(PartitionsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API BatchGetPartitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API BatchGetPartitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< PartitionValueList > & GetUnprocessedKeys() const
const Aws::String & GetRequestId() const
const Aws::Vector< Partition > & GetPartitions() const
BatchGetPartitionResult & WithRequestId(RequestIdT &&value)
BatchGetPartitionResult & AddUnprocessedKeys(UnprocessedKeysT &&value)
BatchGetPartitionResult & WithPartitions(PartitionsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
BatchGetPartitionResult & WithUnprocessedKeys(UnprocessedKeysT &&value)
void SetUnprocessedKeys(UnprocessedKeysT &&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