AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
ProviderIntermediateDataAccessConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace EntityResolution {
21namespace Model {
22
30 public:
31 AWS_ENTITYRESOLUTION_API ProviderIntermediateDataAccessConfiguration() = default;
34 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const Aws::Vector<Aws::String>& GetAwsAccountIds() const { return m_awsAccountIds; }
42 inline bool AwsAccountIdsHasBeenSet() const { return m_awsAccountIdsHasBeenSet; }
43 template <typename AwsAccountIdsT = Aws::Vector<Aws::String>>
44 void SetAwsAccountIds(AwsAccountIdsT&& value) {
45 m_awsAccountIdsHasBeenSet = true;
46 m_awsAccountIds = std::forward<AwsAccountIdsT>(value);
47 }
48 template <typename AwsAccountIdsT = Aws::Vector<Aws::String>>
50 SetAwsAccountIds(std::forward<AwsAccountIdsT>(value));
51 return *this;
52 }
53 template <typename AwsAccountIdsT = Aws::String>
55 m_awsAccountIdsHasBeenSet = true;
56 m_awsAccountIds.emplace_back(std::forward<AwsAccountIdsT>(value));
57 return *this;
58 }
60
62
65 inline const Aws::Vector<Aws::String>& GetRequiredBucketActions() const { return m_requiredBucketActions; }
66 inline bool RequiredBucketActionsHasBeenSet() const { return m_requiredBucketActionsHasBeenSet; }
67 template <typename RequiredBucketActionsT = Aws::Vector<Aws::String>>
68 void SetRequiredBucketActions(RequiredBucketActionsT&& value) {
69 m_requiredBucketActionsHasBeenSet = true;
70 m_requiredBucketActions = std::forward<RequiredBucketActionsT>(value);
71 }
72 template <typename RequiredBucketActionsT = Aws::Vector<Aws::String>>
74 SetRequiredBucketActions(std::forward<RequiredBucketActionsT>(value));
75 return *this;
76 }
77 template <typename RequiredBucketActionsT = Aws::String>
79 m_requiredBucketActionsHasBeenSet = true;
80 m_requiredBucketActions.emplace_back(std::forward<RequiredBucketActionsT>(value));
81 return *this;
82 }
84 private:
85 Aws::Vector<Aws::String> m_awsAccountIds;
86
87 Aws::Vector<Aws::String> m_requiredBucketActions;
88 bool m_awsAccountIdsHasBeenSet = false;
89 bool m_requiredBucketActionsHasBeenSet = false;
90};
91
92} // namespace Model
93} // namespace EntityResolution
94} // namespace Aws
ProviderIntermediateDataAccessConfiguration & AddRequiredBucketActions(RequiredBucketActionsT &&value)
ProviderIntermediateDataAccessConfiguration & WithAwsAccountIds(AwsAccountIdsT &&value)
AWS_ENTITYRESOLUTION_API ProviderIntermediateDataAccessConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
ProviderIntermediateDataAccessConfiguration & WithRequiredBucketActions(RequiredBucketActionsT &&value)
ProviderIntermediateDataAccessConfiguration & AddAwsAccountIds(AwsAccountIdsT &&value)
AWS_ENTITYRESOLUTION_API ProviderIntermediateDataAccessConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue