7#include <aws/cost-optimization-hub/CostOptimizationHub_EXPORTS.h>
8#include <aws/cost-optimization-hub/CostOptimizationHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CostOptimizationHub
53 template<
typename AccountIdT = Aws::String>
54 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
55 template<
typename AccountIdT = Aws::String>
65 template<
typename NextTokenT = Aws::String>
66 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
67 template<
typename NextTokenT = Aws::String>
77 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 bool m_includeOrganizationInfo{
false};
83 bool m_includeOrganizationInfoHasBeenSet =
false;
86 bool m_accountIdHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
ListEnrollmentStatusesRequest & WithAccountId(AccountIdT &&value)
void SetAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
void SetIncludeOrganizationInfo(bool value)
bool GetIncludeOrganizationInfo() const
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
AWS_COSTOPTIMIZATIONHUB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListEnrollmentStatusesRequest & WithIncludeOrganizationInfo(bool value)
virtual const char * GetServiceRequestName() const override
bool IncludeOrganizationInfoHasBeenSet() const
void SetNextToken(NextTokenT &&value)
ListEnrollmentStatusesRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
const Aws::String & GetAccountId() const
AWS_COSTOPTIMIZATIONHUB_API ListEnrollmentStatusesRequest()=default
AWS_COSTOPTIMIZATIONHUB_API Aws::String SerializePayload() const override
ListEnrollmentStatusesRequest & WithMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String