7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/Partition.h>
11#include <aws/glue/model/PartitionValueList.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename PartitionsT = Aws::Vector<Partition>>
44 void SetPartitions(PartitionsT&& value) { m_partitionsHasBeenSet =
true; m_partitions = std::forward<PartitionsT>(value); }
45 template<
typename PartitionsT = Aws::Vector<Partition>>
47 template<
typename PartitionsT = Partition>
57 template<
typename UnprocessedKeysT = Aws::Vector<PartitionValueList>>
58 void SetUnprocessedKeys(UnprocessedKeysT&& value) { m_unprocessedKeysHasBeenSet =
true; m_unprocessedKeys = std::forward<UnprocessedKeysT>(value); }
59 template<
typename UnprocessedKeysT = Aws::Vector<PartitionValueList>>
61 template<
typename UnprocessedKeysT = PartitionValueList>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_partitionsHasBeenSet =
false;
79 bool m_unprocessedKeysHasBeenSet =
false;
82 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