AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ProviderIntermediateDataAccessConfiguration.h
1
6#pragma once
7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace EntityResolution
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::Vector<Aws::String>& GetAwsAccountIds() const{ return m_awsAccountIds; }
48 inline bool AwsAccountIdsHasBeenSet() const { return m_awsAccountIdsHasBeenSet; }
49 inline void SetAwsAccountIds(const Aws::Vector<Aws::String>& value) { m_awsAccountIdsHasBeenSet = true; m_awsAccountIds = value; }
50 inline void SetAwsAccountIds(Aws::Vector<Aws::String>&& value) { m_awsAccountIdsHasBeenSet = true; m_awsAccountIds = std::move(value); }
53 inline ProviderIntermediateDataAccessConfiguration& AddAwsAccountIds(const Aws::String& value) { m_awsAccountIdsHasBeenSet = true; m_awsAccountIds.push_back(value); return *this; }
54 inline ProviderIntermediateDataAccessConfiguration& AddAwsAccountIds(Aws::String&& value) { m_awsAccountIdsHasBeenSet = true; m_awsAccountIds.push_back(std::move(value)); return *this; }
55 inline ProviderIntermediateDataAccessConfiguration& AddAwsAccountIds(const char* value) { m_awsAccountIdsHasBeenSet = true; m_awsAccountIds.push_back(value); return *this; }
57
59
62 inline const Aws::Vector<Aws::String>& GetRequiredBucketActions() const{ return m_requiredBucketActions; }
63 inline bool RequiredBucketActionsHasBeenSet() const { return m_requiredBucketActionsHasBeenSet; }
64 inline void SetRequiredBucketActions(const Aws::Vector<Aws::String>& value) { m_requiredBucketActionsHasBeenSet = true; m_requiredBucketActions = value; }
65 inline void SetRequiredBucketActions(Aws::Vector<Aws::String>&& value) { m_requiredBucketActionsHasBeenSet = true; m_requiredBucketActions = std::move(value); }
68 inline ProviderIntermediateDataAccessConfiguration& AddRequiredBucketActions(const Aws::String& value) { m_requiredBucketActionsHasBeenSet = true; m_requiredBucketActions.push_back(value); return *this; }
69 inline ProviderIntermediateDataAccessConfiguration& AddRequiredBucketActions(Aws::String&& value) { m_requiredBucketActionsHasBeenSet = true; m_requiredBucketActions.push_back(std::move(value)); return *this; }
70 inline ProviderIntermediateDataAccessConfiguration& AddRequiredBucketActions(const char* value) { m_requiredBucketActionsHasBeenSet = true; m_requiredBucketActions.push_back(value); return *this; }
72 private:
73
74 Aws::Vector<Aws::String> m_awsAccountIds;
75 bool m_awsAccountIdsHasBeenSet = false;
76
77 Aws::Vector<Aws::String> m_requiredBucketActions;
78 bool m_requiredBucketActionsHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace EntityResolution
83} // namespace Aws
ProviderIntermediateDataAccessConfiguration & WithRequiredBucketActions(Aws::Vector< Aws::String > &&value)
ProviderIntermediateDataAccessConfiguration & AddAwsAccountIds(Aws::String &&value)
ProviderIntermediateDataAccessConfiguration & AddAwsAccountIds(const Aws::String &value)
AWS_ENTITYRESOLUTION_API ProviderIntermediateDataAccessConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
ProviderIntermediateDataAccessConfiguration & AddRequiredBucketActions(const Aws::String &value)
ProviderIntermediateDataAccessConfiguration & AddRequiredBucketActions(Aws::String &&value)
ProviderIntermediateDataAccessConfiguration & WithAwsAccountIds(Aws::Vector< Aws::String > &&value)
ProviderIntermediateDataAccessConfiguration & WithAwsAccountIds(const Aws::Vector< Aws::String > &value)
AWS_ENTITYRESOLUTION_API ProviderIntermediateDataAccessConfiguration(Aws::Utils::Json::JsonView jsonValue)
ProviderIntermediateDataAccessConfiguration & AddRequiredBucketActions(const char *value)
ProviderIntermediateDataAccessConfiguration & WithRequiredBucketActions(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue