7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/AppStreamRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename StackNameT = Aws::String>
44 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
45 template<
typename StackNameT = Aws::String>
55 template<
typename EntitlementNameT = Aws::String>
56 void SetEntitlementName(EntitlementNameT&& value) { m_entitlementNameHasBeenSet =
true; m_entitlementName = std::forward<EntitlementNameT>(value); }
57 template<
typename EntitlementNameT = Aws::String>
68 template<
typename NextTokenT = Aws::String>
69 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
70 template<
typename NextTokenT = Aws::String>
80 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
86 bool m_stackNameHasBeenSet =
false;
89 bool m_entitlementNameHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
void SetStackName(StackNameT &&value)
virtual const char * GetServiceRequestName() const override
bool EntitlementNameHasBeenSet() const
AWS_APPSTREAM_API Aws::String SerializePayload() const override
AWS_APPSTREAM_API ListEntitledApplicationsRequest()=default
const Aws::String & GetNextToken() const
const Aws::String & GetStackName() const
ListEntitledApplicationsRequest & WithStackName(StackNameT &&value)
bool StackNameHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
ListEntitledApplicationsRequest & WithNextToken(NextTokenT &&value)
void SetEntitlementName(EntitlementNameT &&value)
int GetMaxResults() const
ListEntitledApplicationsRequest & WithEntitlementName(EntitlementNameT &&value)
void SetMaxResults(int value)
const Aws::String & GetEntitlementName() const
ListEntitledApplicationsRequest & WithMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String