7#include <aws/billing/BillingRequest.h>
8#include <aws/billing/Billing_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
58 inline bool GetForce()
const {
return m_force; }
61 m_forceHasBeenSet =
true;
73 bool m_arnHasBeenSet =
false;
74 bool m_forceHasBeenSet =
false;
bool ForceHasBeenSet() const
AWS_BILLING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_BILLING_API Aws::String SerializePayload() const override
DeleteBillingViewRequest & WithArn(ArnT &&value)
DeleteBillingViewRequest & WithForce(bool value)
const Aws::String & GetArn() const
virtual const char * GetServiceRequestName() const override
void SetArn(ArnT &&value)
void SetForce(bool value)
AWS_BILLING_API DeleteBillingViewRequest()=default
bool ArnHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String