AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
PendingAggregationRequest.h
1
6#pragma once
7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace ConfigService
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_CONFIGSERVICE_API PendingAggregationRequest() = default;
37 AWS_CONFIGSERVICE_API PendingAggregationRequest(Aws::Utils::Json::JsonView jsonValue);
39 AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetRequesterAccountId() const { return m_requesterAccountId; }
47 inline bool RequesterAccountIdHasBeenSet() const { return m_requesterAccountIdHasBeenSet; }
48 template<typename RequesterAccountIdT = Aws::String>
49 void SetRequesterAccountId(RequesterAccountIdT&& value) { m_requesterAccountIdHasBeenSet = true; m_requesterAccountId = std::forward<RequesterAccountIdT>(value); }
50 template<typename RequesterAccountIdT = Aws::String>
51 PendingAggregationRequest& WithRequesterAccountId(RequesterAccountIdT&& value) { SetRequesterAccountId(std::forward<RequesterAccountIdT>(value)); return *this;}
53
55
58 inline const Aws::String& GetRequesterAwsRegion() const { return m_requesterAwsRegion; }
59 inline bool RequesterAwsRegionHasBeenSet() const { return m_requesterAwsRegionHasBeenSet; }
60 template<typename RequesterAwsRegionT = Aws::String>
61 void SetRequesterAwsRegion(RequesterAwsRegionT&& value) { m_requesterAwsRegionHasBeenSet = true; m_requesterAwsRegion = std::forward<RequesterAwsRegionT>(value); }
62 template<typename RequesterAwsRegionT = Aws::String>
63 PendingAggregationRequest& WithRequesterAwsRegion(RequesterAwsRegionT&& value) { SetRequesterAwsRegion(std::forward<RequesterAwsRegionT>(value)); return *this;}
65 private:
66
67 Aws::String m_requesterAccountId;
68 bool m_requesterAccountIdHasBeenSet = false;
69
70 Aws::String m_requesterAwsRegion;
71 bool m_requesterAwsRegionHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace ConfigService
76} // namespace Aws
PendingAggregationRequest & WithRequesterAwsRegion(RequesterAwsRegionT &&value)
AWS_CONFIGSERVICE_API PendingAggregationRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONFIGSERVICE_API PendingAggregationRequest()=default
PendingAggregationRequest & WithRequesterAccountId(RequesterAccountIdT &&value)
AWS_CONFIGSERVICE_API PendingAggregationRequest(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue