7#include <aws/sms/SMS_EXPORTS.h>
8#include <aws/sms/SMSRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename AppIdsT = Aws::Vector<Aws::String>>
45 void SetAppIds(AppIdsT&& value) { m_appIdsHasBeenSet =
true; m_appIds = std::forward<AppIdsT>(value); }
46 template<
typename AppIdsT = Aws::Vector<Aws::String>>
48 template<
typename AppIdsT = Aws::String>
49 ListAppsRequest&
AddAppIds(AppIdsT&& value) { m_appIdsHasBeenSet =
true; m_appIds.emplace_back(std::forward<AppIdsT>(value));
return *
this; }
58 template<
typename NextTokenT = Aws::String>
59 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
60 template<
typename NextTokenT = Aws::String>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
78 bool m_appIdsHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 bool m_maxResultsHasBeenSet =
false;
void SetAppIds(AppIdsT &&value)
ListAppsRequest & AddAppIds(AppIdsT &&value)
ListAppsRequest & WithAppIds(AppIdsT &&value)
AWS_SMS_API ListAppsRequest()=default
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
AWS_SMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::Vector< Aws::String > & GetAppIds() const
int GetMaxResults() const
bool AppIdsHasBeenSet() const
void SetMaxResults(int value)
ListAppsRequest & WithMaxResults(int value)
ListAppsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_SMS_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector