7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dynamodb/DynamoDB_EXPORTS.h>
11#include <aws/dynamodb/model/ReplicaSettingsDescription.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename GlobalTableNameT = Aws::String>
39 m_globalTableNameHasBeenSet =
true;
40 m_globalTableName = std::forward<GlobalTableNameT>(value);
42 template <
typename GlobalTableNameT = Aws::String>
54 template <
typename ReplicaSettingsT = Aws::Vector<ReplicaSettingsDescription>>
56 m_replicaSettingsHasBeenSet =
true;
57 m_replicaSettings = std::forward<ReplicaSettingsT>(value);
59 template <
typename ReplicaSettingsT = Aws::Vector<ReplicaSettingsDescription>>
64 template <
typename ReplicaSettingsT = ReplicaSettingsDescription>
66 m_replicaSettingsHasBeenSet =
true;
67 m_replicaSettings.emplace_back(std::forward<ReplicaSettingsT>(value));
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_globalTableNameHasBeenSet =
false;
96 bool m_replicaSettingsHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< ReplicaSettingsDescription > & GetReplicaSettings() const
AWS_DYNAMODB_API DescribeGlobalTableSettingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeGlobalTableSettingsResult & WithGlobalTableName(GlobalTableNameT &&value)
const Aws::String & GetGlobalTableName() const
DescribeGlobalTableSettingsResult & WithReplicaSettings(ReplicaSettingsT &&value)
void SetGlobalTableName(GlobalTableNameT &&value)
void SetReplicaSettings(ReplicaSettingsT &&value)
void SetRequestId(RequestIdT &&value)
DescribeGlobalTableSettingsResult & AddReplicaSettings(ReplicaSettingsT &&value)
DescribeGlobalTableSettingsResult & WithRequestId(RequestIdT &&value)
AWS_DYNAMODB_API DescribeGlobalTableSettingsResult()=default
const Aws::String & GetRequestId() const
AWS_DYNAMODB_API DescribeGlobalTableSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue