7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/macie2/Macie2_EXPORTS.h>
45 m_replicatedHasBeenSet =
true;
65 m_replicatedExternallyHasBeenSet =
true;
66 m_replicatedExternally = value;
82 template <
typename ReplicationAccountsT = Aws::Vector<Aws::String>>
84 m_replicationAccountsHasBeenSet =
true;
85 m_replicationAccounts = std::forward<ReplicationAccountsT>(value);
87 template <
typename ReplicationAccountsT = Aws::Vector<Aws::String>>
92 template <
typename ReplicationAccountsT = Aws::String>
94 m_replicationAccountsHasBeenSet =
true;
95 m_replicationAccounts.emplace_back(std::forward<ReplicationAccountsT>(value));
100 bool m_replicated{
false};
102 bool m_replicatedExternally{
false};
105 bool m_replicatedHasBeenSet =
false;
106 bool m_replicatedExternallyHasBeenSet =
false;
107 bool m_replicationAccountsHasBeenSet =
false;
bool GetReplicated() const
ReplicationDetails & WithReplicated(bool value)
bool ReplicatedHasBeenSet() const
AWS_MACIE2_API ReplicationDetails(Aws::Utils::Json::JsonView jsonValue)
ReplicationDetails & AddReplicationAccounts(ReplicationAccountsT &&value)
const Aws::Vector< Aws::String > & GetReplicationAccounts() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetReplicated(bool value)
void SetReplicatedExternally(bool value)
void SetReplicationAccounts(ReplicationAccountsT &&value)
ReplicationDetails & WithReplicationAccounts(ReplicationAccountsT &&value)
AWS_MACIE2_API ReplicationDetails()=default
AWS_MACIE2_API ReplicationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
ReplicationDetails & WithReplicatedExternally(bool value)
bool ReplicatedExternallyHasBeenSet() const
bool GetReplicatedExternally() const
bool ReplicationAccountsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue