7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
10#include <aws/dynamodb/model/ReplicaSettingsDescription.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename GlobalTableNameT = Aws::String>
38 m_globalTableNameHasBeenSet =
true;
39 m_globalTableName = std::forward<GlobalTableNameT>(value);
41 template <
typename GlobalTableNameT = Aws::String>
53 template <
typename ReplicaSettingsT = Aws::Vector<ReplicaSettingsDescription>>
55 m_replicaSettingsHasBeenSet =
true;
56 m_replicaSettings = std::forward<ReplicaSettingsT>(value);
58 template <
typename ReplicaSettingsT = Aws::Vector<ReplicaSettingsDescription>>
63 template <
typename ReplicaSettingsT = ReplicaSettingsDescription>
65 m_replicaSettingsHasBeenSet =
true;
66 m_replicaSettings.emplace_back(std::forward<ReplicaSettingsT>(value));
74 template <
typename RequestIdT = Aws::String>
76 m_requestIdHasBeenSet =
true;
77 m_requestId = std::forward<RequestIdT>(value);
79 template <
typename RequestIdT = Aws::String>
91 bool m_globalTableNameHasBeenSet =
false;
92 bool m_replicaSettingsHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
AWS_DYNAMODB_API UpdateGlobalTableSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetGlobalTableName(GlobalTableNameT &&value)
UpdateGlobalTableSettingsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< ReplicaSettingsDescription > & GetReplicaSettings() const
const Aws::String & GetGlobalTableName() const
UpdateGlobalTableSettingsResult & WithGlobalTableName(GlobalTableNameT &&value)
void SetRequestId(RequestIdT &&value)
UpdateGlobalTableSettingsResult & WithReplicaSettings(ReplicaSettingsT &&value)
void SetReplicaSettings(ReplicaSettingsT &&value)
UpdateGlobalTableSettingsResult & AddReplicaSettings(ReplicaSettingsT &&value)
const Aws::String & GetRequestId() const
AWS_DYNAMODB_API UpdateGlobalTableSettingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DYNAMODB_API UpdateGlobalTableSettingsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue