7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securitylake/SecurityLake_EXPORTS.h>
20namespace SecurityLake {
53 template <
typename RegionsT = Aws::Vector<Aws::String>>
55 m_regionsHasBeenSet =
true;
56 m_regions = std::forward<RegionsT>(value);
58 template <
typename RegionsT = Aws::Vector<Aws::String>>
63 template <
typename RegionsT = Aws::String>
65 m_regionsHasBeenSet =
true;
66 m_regions.emplace_back(std::forward<RegionsT>(value));
79 template <
typename RoleArnT = Aws::String>
81 m_roleArnHasBeenSet =
true;
82 m_roleArn = std::forward<RoleArnT>(value);
84 template <
typename RoleArnT = Aws::String>
94 bool m_regionsHasBeenSet =
false;
95 bool m_roleArnHasBeenSet =
false;
bool RoleArnHasBeenSet() const
const Aws::String & GetRoleArn() const
const Aws::Vector< Aws::String > & GetRegions() const
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYLAKE_API DataLakeReplicationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(RoleArnT &&value)
void SetRegions(RegionsT &&value)
DataLakeReplicationConfiguration & WithRoleArn(RoleArnT &&value)
DataLakeReplicationConfiguration & WithRegions(RegionsT &&value)
bool RegionsHasBeenSet() const
AWS_SECURITYLAKE_API DataLakeReplicationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYLAKE_API DataLakeReplicationConfiguration()=default
DataLakeReplicationConfiguration & AddRegions(RegionsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue