7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/elasticfilesystem/EFS_EXPORTS.h>
11#include <aws/elasticfilesystem/model/Destination.h>
44 template <
typename SourceFileSystemIdT = Aws::String>
46 m_sourceFileSystemIdHasBeenSet =
true;
47 m_sourceFileSystemId = std::forward<SourceFileSystemIdT>(value);
49 template <
typename SourceFileSystemIdT = Aws::String>
63 template <
typename SourceFileSystemRegionT = Aws::String>
65 m_sourceFileSystemRegionHasBeenSet =
true;
66 m_sourceFileSystemRegion = std::forward<SourceFileSystemRegionT>(value);
68 template <
typename SourceFileSystemRegionT = Aws::String>
82 template <
typename SourceFileSystemArnT = Aws::String>
84 m_sourceFileSystemArnHasBeenSet =
true;
85 m_sourceFileSystemArn = std::forward<SourceFileSystemArnT>(value);
87 template <
typename SourceFileSystemArnT = Aws::String>
101 template <
typename OriginalSourceFileSystemArnT = Aws::String>
103 m_originalSourceFileSystemArnHasBeenSet =
true;
104 m_originalSourceFileSystemArn = std::forward<OriginalSourceFileSystemArnT>(value);
106 template <
typename OriginalSourceFileSystemArnT = Aws::String>
119 template <
typename CreationTimeT = Aws::Utils::DateTime>
121 m_creationTimeHasBeenSet =
true;
122 m_creationTime = std::forward<CreationTimeT>(value);
124 template <
typename CreationTimeT = Aws::Utils::DateTime>
138 template <
typename DestinationsT = Aws::Vector<Destination>>
140 m_destinationsHasBeenSet =
true;
141 m_destinations = std::forward<DestinationsT>(value);
143 template <
typename DestinationsT = Aws::Vector<Destination>>
148 template <
typename DestinationsT = Destination>
150 m_destinationsHasBeenSet =
true;
151 m_destinations.emplace_back(std::forward<DestinationsT>(value));
163 template <
typename SourceFileSystemOwnerIdT = Aws::String>
165 m_sourceFileSystemOwnerIdHasBeenSet =
true;
166 m_sourceFileSystemOwnerId = std::forward<SourceFileSystemOwnerIdT>(value);
168 template <
typename SourceFileSystemOwnerIdT = Aws::String>
179 template <
typename RequestIdT = Aws::String>
181 m_requestIdHasBeenSet =
true;
182 m_requestId = std::forward<RequestIdT>(value);
184 template <
typename RequestIdT = Aws::String>
206 bool m_sourceFileSystemIdHasBeenSet =
false;
207 bool m_sourceFileSystemRegionHasBeenSet =
false;
208 bool m_sourceFileSystemArnHasBeenSet =
false;
209 bool m_originalSourceFileSystemArnHasBeenSet =
false;
210 bool m_creationTimeHasBeenSet =
false;
211 bool m_destinationsHasBeenSet =
false;
212 bool m_sourceFileSystemOwnerIdHasBeenSet =
false;
213 bool m_requestIdHasBeenSet =
false;
ReplicationConfigurationDescription & WithSourceFileSystemId(SourceFileSystemIdT &&value)
const Aws::String & GetSourceFileSystemRegion() const
const Aws::String & GetOriginalSourceFileSystemArn() const
ReplicationConfigurationDescription & WithCreationTime(CreationTimeT &&value)
void SetRequestId(RequestIdT &&value)
bool SourceFileSystemOwnerIdHasBeenSet() const
bool SourceFileSystemIdHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
void SetDestinations(DestinationsT &&value)
AWS_EFS_API ReplicationConfigurationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EFS_API ReplicationConfigurationDescription(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSourceFileSystemOwnerId() const
void SetOriginalSourceFileSystemArn(OriginalSourceFileSystemArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
bool OriginalSourceFileSystemArnHasBeenSet() const
bool DestinationsHasBeenSet() const
const Aws::String & GetSourceFileSystemArn() const
ReplicationConfigurationDescription & AddDestinations(DestinationsT &&value)
ReplicationConfigurationDescription & WithSourceFileSystemOwnerId(SourceFileSystemOwnerIdT &&value)
bool RequestIdHasBeenSet() const
void SetSourceFileSystemArn(SourceFileSystemArnT &&value)
void SetSourceFileSystemId(SourceFileSystemIdT &&value)
ReplicationConfigurationDescription & WithRequestId(RequestIdT &&value)
bool SourceFileSystemArnHasBeenSet() const
ReplicationConfigurationDescription & WithSourceFileSystemRegion(SourceFileSystemRegionT &&value)
ReplicationConfigurationDescription & WithDestinations(DestinationsT &&value)
AWS_EFS_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourceFileSystemRegionHasBeenSet() const
void SetSourceFileSystemOwnerId(SourceFileSystemOwnerIdT &&value)
ReplicationConfigurationDescription & WithSourceFileSystemArn(SourceFileSystemArnT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< Destination > & GetDestinations() const
bool CreationTimeHasBeenSet() const
ReplicationConfigurationDescription & WithOriginalSourceFileSystemArn(OriginalSourceFileSystemArnT &&value)
void SetSourceFileSystemRegion(SourceFileSystemRegionT &&value)
const Aws::String & GetSourceFileSystemId() const
AWS_EFS_API ReplicationConfigurationDescription()=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