7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/Partition.h>
11#include <aws/glue/model/PartitionValueList.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename PartitionsT = Aws::Vector<Partition>>
39 m_partitionsHasBeenSet =
true;
40 m_partitions = std::forward<PartitionsT>(value);
42 template <
typename PartitionsT = Aws::Vector<Partition>>
47 template <
typename PartitionsT = Partition>
49 m_partitionsHasBeenSet =
true;
50 m_partitions.emplace_back(std::forward<PartitionsT>(value));
61 template <
typename UnprocessedKeysT = Aws::Vector<PartitionValueList>>
63 m_unprocessedKeysHasBeenSet =
true;
64 m_unprocessedKeys = std::forward<UnprocessedKeysT>(value);
66 template <
typename UnprocessedKeysT = Aws::Vector<PartitionValueList>>
71 template <
typename UnprocessedKeysT = PartitionValueList>
73 m_unprocessedKeysHasBeenSet =
true;
74 m_unprocessedKeys.emplace_back(std::forward<UnprocessedKeysT>(value));
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_partitionsHasBeenSet =
false;
100 bool m_unprocessedKeysHasBeenSet =
false;
101 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)
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