7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/Partition.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename PartitionT = Partition>
43 void SetPartition(PartitionT&& value) { m_partitionHasBeenSet =
true; m_partition = std::forward<PartitionT>(value); }
44 template<
typename PartitionT = Partition>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_partitionHasBeenSet =
false;
62 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