7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/Partition.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename PartitionT = Partition>
39 m_partitionHasBeenSet =
true;
40 m_partition = std::forward<PartitionT>(value);
42 template <
typename PartitionT = Partition>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_partitionHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
GetPartitionResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API GetPartitionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Partition & GetPartition() const
void SetPartition(PartitionT &&value)
GetPartitionResult & WithPartition(PartitionT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GLUE_API GetPartitionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_GLUE_API GetPartitionResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue