7#include <aws/billing/BillingRequest.h>
8#include <aws/billing/Billing_EXPORTS.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename AccountIdT = Aws::String>
42 m_accountIdHasBeenSet =
true;
43 m_accountId = std::forward<AccountIdT>(value);
45 template <
typename AccountIdT = Aws::String>
59 template <
typename StartDateT = Aws::Utils::DateTime>
61 m_startDateHasBeenSet =
true;
62 m_startDate = std::forward<StartDateT>(value);
64 template <
typename StartDateT = Aws::Utils::DateTime>
79 template <
typename EndDateT = Aws::Utils::DateTime>
81 m_endDateHasBeenSet =
true;
82 m_endDate = std::forward<EndDateT>(value);
84 template <
typename EndDateT = Aws::Utils::DateTime>
101 m_payerAccountFlagHasBeenSet =
true;
102 m_payerAccountFlag = value;
116 bool m_payerAccountFlag{
false};
117 bool m_accountIdHasBeenSet =
false;
118 bool m_startDateHasBeenSet =
false;
119 bool m_endDateHasBeenSet =
false;
120 bool m_payerAccountFlagHasBeenSet =
false;
bool StartDateHasBeenSet() const
void SetAccountId(AccountIdT &&value)
const Aws::Utils::DateTime & GetStartDate() const
AWS_BILLING_API Aws::String SerializePayload() const override
GetCreditsRequest & WithStartDate(StartDateT &&value)
virtual const char * GetServiceRequestName() const override
GetCreditsRequest & WithAccountId(AccountIdT &&value)
GetCreditsRequest & WithEndDate(EndDateT &&value)
void SetPayerAccountFlag(bool value)
bool AccountIdHasBeenSet() const
void SetEndDate(EndDateT &&value)
AWS_BILLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetStartDate(StartDateT &&value)
const Aws::Utils::DateTime & GetEndDate() const
const Aws::String & GetAccountId() const
bool EndDateHasBeenSet() const
bool GetPayerAccountFlag() const
AWS_BILLING_API GetCreditsRequest()=default
GetCreditsRequest & WithPayerAccountFlag(bool value)
bool PayerAccountFlagHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String