7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/model/GlobalTableDescription.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename GlobalTableDescriptionT = GlobalTableDescription>
42 void SetGlobalTableDescription(GlobalTableDescriptionT&& value) { m_globalTableDescriptionHasBeenSet =
true; m_globalTableDescription = std::forward<GlobalTableDescriptionT>(value); }
43 template<
typename GlobalTableDescriptionT = GlobalTableDescription>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_globalTableDescriptionHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
void SetGlobalTableDescription(GlobalTableDescriptionT &&value)
AWS_DYNAMODB_API DescribeGlobalTableResult()=default
DescribeGlobalTableResult & WithGlobalTableDescription(GlobalTableDescriptionT &&value)
void SetRequestId(RequestIdT &&value)
DescribeGlobalTableResult & WithRequestId(RequestIdT &&value)
const GlobalTableDescription & GetGlobalTableDescription() const
AWS_DYNAMODB_API DescribeGlobalTableResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_DYNAMODB_API DescribeGlobalTableResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue