7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename BillingGroupNameT = Aws::String>
37 m_billingGroupNameHasBeenSet =
true;
38 m_billingGroupName = std::forward<BillingGroupNameT>(value);
40 template <
typename BillingGroupNameT = Aws::String>
52 template <
typename BillingGroupArnT = Aws::String>
54 m_billingGroupArnHasBeenSet =
true;
55 m_billingGroupArn = std::forward<BillingGroupArnT>(value);
57 template <
typename BillingGroupArnT = Aws::String>
69 template <
typename BillingGroupIdT = Aws::String>
71 m_billingGroupIdHasBeenSet =
true;
72 m_billingGroupId = std::forward<BillingGroupIdT>(value);
74 template <
typename BillingGroupIdT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_billingGroupNameHasBeenSet =
false;
107 bool m_billingGroupArnHasBeenSet =
false;
108 bool m_billingGroupIdHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
AWS_IOT_API CreateBillingGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateBillingGroupResult & WithBillingGroupArn(BillingGroupArnT &&value)
CreateBillingGroupResult & WithBillingGroupName(BillingGroupNameT &&value)
void SetBillingGroupId(BillingGroupIdT &&value)
void SetBillingGroupName(BillingGroupNameT &&value)
void SetBillingGroupArn(BillingGroupArnT &&value)
const Aws::String & GetBillingGroupId() const
const Aws::String & GetBillingGroupName() const
const Aws::String & GetRequestId() const
AWS_IOT_API CreateBillingGroupResult()=default
AWS_IOT_API CreateBillingGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateBillingGroupResult & WithBillingGroupId(BillingGroupIdT &&value)
void SetRequestId(RequestIdT &&value)
CreateBillingGroupResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetBillingGroupArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue