AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetRequesterAccountId(const Aws::String& value) { m_requesterAccountIdHasBeenSet = true; m_requesterAccountId = value; }
49 inline void SetRequesterAccountId(Aws::String&& value) { m_requesterAccountIdHasBeenSet = true; m_requesterAccountId = std::move(value); }
50 inline void SetRequesterAccountId(const char* value) { m_requesterAccountIdHasBeenSet = true; m_requesterAccountId.assign(value); }
52 inline PendingAggregationRequest& WithRequesterAccountId(Aws::String&& value) { SetRequesterAccountId(std::move(value)); return *this;}
53 inline PendingAggregationRequest& WithRequesterAccountId(const char* value) { SetRequesterAccountId(value); return *this;}
55
57
60 inline const Aws::String& GetRequesterAwsRegion() const{ return m_requesterAwsRegion; }
61 inline bool RequesterAwsRegionHasBeenSet() const { return m_requesterAwsRegionHasBeenSet; }
62 inline void SetRequesterAwsRegion(const Aws::String& value) { m_requesterAwsRegionHasBeenSet = true; m_requesterAwsRegion = value; }
63 inline void SetRequesterAwsRegion(Aws::String&& value) { m_requesterAwsRegionHasBeenSet = true; m_requesterAwsRegion = std::move(value); }
64 inline void SetRequesterAwsRegion(const char* value) { m_requesterAwsRegionHasBeenSet = true; m_requesterAwsRegion.assign(value); }
66 inline PendingAggregationRequest& WithRequesterAwsRegion(Aws::String&& value) { SetRequesterAwsRegion(std::move(value)); return *this;}
67 inline PendingAggregationRequest& WithRequesterAwsRegion(const char* value) { SetRequesterAwsRegion(value); return *this;}
69 private:
70
71 Aws::String m_requesterAccountId;
72 bool m_requesterAccountIdHasBeenSet = false;
73
74 Aws::String m_requesterAwsRegion;
75 bool m_requesterAwsRegionHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace ConfigService
80} // namespace Aws
AWS_CONFIGSERVICE_API PendingAggregationRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
PendingAggregationRequest & WithRequesterAccountId(const char *value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
PendingAggregationRequest & WithRequesterAwsRegion(Aws::String &&value)
PendingAggregationRequest & WithRequesterAwsRegion(const Aws::String &value)
PendingAggregationRequest & WithRequesterAccountId(Aws::String &&value)
PendingAggregationRequest & WithRequesterAwsRegion(const char *value)
PendingAggregationRequest & WithRequesterAccountId(const Aws::String &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