7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/Partition.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename PartitionT = Partition>
38 m_partitionHasBeenSet =
true;
39 m_partition = std::forward<PartitionT>(value);
41 template <
typename PartitionT = Partition>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_partitionHasBeenSet =
false;
67 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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue