/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The ViewBilling response includes the following elements.See
* Also:
AWS
* API Reference
If there are more billing records than you specified for
* MaxItems
in the request, submit another request and include the
* value of NextPageMarker
in the value of Marker
.
If there are more billing records than you specified for
* MaxItems
in the request, submit another request and include the
* value of NextPageMarker
in the value of Marker
.
If there are more billing records than you specified for
* MaxItems
in the request, submit another request and include the
* value of NextPageMarker
in the value of Marker
.
If there are more billing records than you specified for
* MaxItems
in the request, submit another request and include the
* value of NextPageMarker
in the value of Marker
.
If there are more billing records than you specified for
* MaxItems
in the request, submit another request and include the
* value of NextPageMarker
in the value of Marker
.
If there are more billing records than you specified for
* MaxItems
in the request, submit another request and include the
* value of NextPageMarker
in the value of Marker
.
If there are more billing records than you specified for
* MaxItems
in the request, submit another request and include the
* value of NextPageMarker
in the value of Marker
.
A summary of billing records.
*/ inline const Aws::VectorA summary of billing records.
*/ inline void SetBillingRecords(const Aws::VectorA summary of billing records.
*/ inline void SetBillingRecords(Aws::VectorA summary of billing records.
*/ inline ViewBillingResult& WithBillingRecords(const Aws::VectorA summary of billing records.
*/ inline ViewBillingResult& WithBillingRecords(Aws::VectorA summary of billing records.
*/ inline ViewBillingResult& AddBillingRecords(const BillingRecord& value) { m_billingRecords.push_back(value); return *this; } /** *A summary of billing records.
*/ inline ViewBillingResult& AddBillingRecords(BillingRecord&& value) { m_billingRecords.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline ViewBillingResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline ViewBillingResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline ViewBillingResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_nextPageMarker; Aws::Vector