7#include <aws/invoicing/Invoicing_EXPORTS.h>
8#include <aws/invoicing/model/ListInvoiceSummariesResourceType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
58 template<
typename ValueT = Aws::String>
59 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
60 template<
typename ValueT = Aws::String>
66 bool m_resourceTypeHasBeenSet =
false;
69 bool m_valueHasBeenSet =
false;
bool ValueHasBeenSet() const
bool ResourceTypeHasBeenSet() const
AWS_INVOICING_API InvoiceSummariesSelector()=default
InvoiceSummariesSelector & WithValue(ValueT &&value)
InvoiceSummariesSelector & WithResourceType(ListInvoiceSummariesResourceType value)
ListInvoiceSummariesResourceType GetResourceType() const
AWS_INVOICING_API InvoiceSummariesSelector(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
void SetResourceType(ListInvoiceSummariesResourceType value)
const Aws::String & GetValue() const
AWS_INVOICING_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INVOICING_API InvoiceSummariesSelector & operator=(Aws::Utils::Json::JsonView jsonValue)
ListInvoiceSummariesResourceType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue