7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticfilesystem/EFSRequest.h>
9#include <aws/elasticfilesystem/EFS_EXPORTS.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeReplicationConfigurations"; }
45 template <
typename FileSystemIdT = Aws::String>
47 m_fileSystemIdHasBeenSet =
true;
48 m_fileSystemId = std::forward<FileSystemIdT>(value);
50 template <
typename FileSystemIdT = Aws::String>
65 template <
typename NextTokenT = Aws::String>
67 m_nextTokenHasBeenSet =
true;
68 m_nextToken = std::forward<NextTokenT>(value);
70 template <
typename NextTokenT = Aws::String>
85 m_maxResultsHasBeenSet =
true;
99 bool m_fileSystemIdHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
DescribeReplicationConfigurationsRequest & WithNextToken(NextTokenT &&value)
DescribeReplicationConfigurationsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_EFS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNextToken(NextTokenT &&value)
const Aws::String & GetFileSystemId() const
DescribeReplicationConfigurationsRequest & WithFileSystemId(FileSystemIdT &&value)
AWS_EFS_API Aws::String SerializePayload() const override
int GetMaxResults() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
AWS_EFS_API DescribeReplicationConfigurationsRequest()=default
bool FileSystemIdHasBeenSet() const
void SetFileSystemId(FileSystemIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String