7#include <aws/outposts/Outposts_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/outposts/model/Subscription.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
40 template<
typename NextTokenT = Aws::String>
41 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
42 template<
typename NextTokenT = Aws::String>
51 template<
typename SubscriptionsT = Aws::Vector<Subscription>>
52 void SetSubscriptions(SubscriptionsT&& value) { m_subscriptionsHasBeenSet =
true; m_subscriptions = std::forward<SubscriptionsT>(value); }
53 template<
typename SubscriptionsT = Aws::Vector<Subscription>>
55 template<
typename SubscriptionsT = Subscription>
68 template<
typename ContractEndDateT = Aws::String>
69 void SetContractEndDate(ContractEndDateT&& value) { m_contractEndDateHasBeenSet =
true; m_contractEndDate = std::forward<ContractEndDateT>(value); }
70 template<
typename ContractEndDateT = Aws::String>
77 template<
typename RequestIdT = Aws::String>
78 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
79 template<
typename RequestIdT = Aws::String>
85 bool m_nextTokenHasBeenSet =
false;
88 bool m_subscriptionsHasBeenSet =
false;
91 bool m_contractEndDateHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetContractEndDate() const
GetOutpostBillingInformationResult & WithContractEndDate(ContractEndDateT &&value)
void SetRequestId(RequestIdT &&value)
GetOutpostBillingInformationResult & WithSubscriptions(SubscriptionsT &&value)
void SetContractEndDate(ContractEndDateT &&value)
GetOutpostBillingInformationResult & WithRequestId(RequestIdT &&value)
GetOutpostBillingInformationResult & WithNextToken(NextTokenT &&value)
void SetSubscriptions(SubscriptionsT &&value)
const Aws::String & GetNextToken() const
AWS_OUTPOSTS_API GetOutpostBillingInformationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
const Aws::Vector< Subscription > & GetSubscriptions() const
GetOutpostBillingInformationResult & AddSubscriptions(SubscriptionsT &&value)
AWS_OUTPOSTS_API GetOutpostBillingInformationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OUTPOSTS_API GetOutpostBillingInformationResult()=default
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue