7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 template<
typename RegionsT = Aws::Vector<Aws::String>>
60 void SetRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions = std::forward<RegionsT>(value); }
61 template<
typename RegionsT = Aws::Vector<Aws::String>>
63 template<
typename RegionsT = Aws::String>
75 template<
typename RoleArnT = Aws::String>
76 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
77 template<
typename RoleArnT = Aws::String>
83 bool m_regionsHasBeenSet =
false;
86 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