7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm-sap/SsmSapRequest.h>
9#include <aws/ssm-sap/SsmSap_EXPORTS.h>
37 template <
typename ApplicationIdT = Aws::String>
39 m_applicationIdHasBeenSet =
true;
40 m_applicationId = std::forward<ApplicationIdT>(value);
42 template <
typename ApplicationIdT = Aws::String>
55 template <
typename ComponentIdT = Aws::String>
57 m_componentIdHasBeenSet =
true;
58 m_componentId = std::forward<ComponentIdT>(value);
60 template <
typename ComponentIdT = Aws::String>
73 template <
typename NextTokenT = Aws::String>
75 m_nextTokenHasBeenSet =
true;
76 m_nextToken = std::forward<NextTokenT>(value);
78 template <
typename NextTokenT = Aws::String>
95 m_maxResultsHasBeenSet =
true;
111 bool m_applicationIdHasBeenSet =
false;
112 bool m_componentIdHasBeenSet =
false;
113 bool m_nextTokenHasBeenSet =
false;
114 bool m_maxResultsHasBeenSet =
false;
bool ComponentIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
bool ApplicationIdHasBeenSet() const
void SetApplicationId(ApplicationIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetComponentId() const
ListDatabasesRequest & WithMaxResults(int value)
ListDatabasesRequest & WithComponentId(ComponentIdT &&value)
ListDatabasesRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
AWS_SSMSAP_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
const Aws::String & GetApplicationId() const
bool NextTokenHasBeenSet() const
AWS_SSMSAP_API ListDatabasesRequest()=default
int GetMaxResults() const
ListDatabasesRequest & WithApplicationId(ApplicationIdT &&value)
void SetComponentId(ComponentIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String