7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename BillingPeriodT = Aws::String>
42 m_billingPeriodHasBeenSet =
true;
43 m_billingPeriod = std::forward<BillingPeriodT>(value);
45 template <
typename BillingPeriodT = Aws::String>
59 m_maxResultsHasBeenSet =
true;
74 template <
typename NextTokenT = Aws::String>
76 m_nextTokenHasBeenSet =
true;
77 m_nextToken = std::forward<NextTokenT>(value);
79 template <
typename NextTokenT = Aws::String>
91 bool m_billingPeriodHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
AWS_APPSTREAM_API DescribeAppLicenseUsageRequest()=default
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeAppLicenseUsageRequest & WithMaxResults(int value)
const Aws::String & GetBillingPeriod() const
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
DescribeAppLicenseUsageRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
DescribeAppLicenseUsageRequest & WithBillingPeriod(BillingPeriodT &&value)
void SetMaxResults(int value)
bool BillingPeriodHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetBillingPeriod(BillingPeriodT &&value)
bool NextTokenHasBeenSet() const
AWS_APPSTREAM_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