7#include <aws/elasticfilesystem/EFS_EXPORTS.h>
8#include <aws/elasticfilesystem/EFSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
34 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeReplicationConfigurations"; }
50 template<
typename FileSystemIdT = Aws::String>
51 void SetFileSystemId(FileSystemIdT&& value) { m_fileSystemIdHasBeenSet =
true; m_fileSystemId = std::forward<FileSystemIdT>(value); }
52 template<
typename FileSystemIdT = Aws::String>
64 template<
typename NextTokenT = Aws::String>
65 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
66 template<
typename NextTokenT = Aws::String>
77 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
83 bool m_fileSystemIdHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
89 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