7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dynamodb/model/ReplicaSettingsDescription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename GlobalTableNameT = Aws::String>
43 void SetGlobalTableName(GlobalTableNameT&& value) { m_globalTableNameHasBeenSet =
true; m_globalTableName = std::forward<GlobalTableNameT>(value); }
44 template<
typename GlobalTableNameT = Aws::String>
53 template<
typename ReplicaSettingsT = Aws::Vector<ReplicaSettingsDescription>>
54 void SetReplicaSettings(ReplicaSettingsT&& value) { m_replicaSettingsHasBeenSet =
true; m_replicaSettings = std::forward<ReplicaSettingsT>(value); }
55 template<
typename ReplicaSettingsT = Aws::Vector<ReplicaSettingsDescription>>
57 template<
typename ReplicaSettingsT = ReplicaSettingsDescription>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_globalTableNameHasBeenSet =
false;
75 bool m_replicaSettingsHasBeenSet =
false;
78 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