AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AllowedPublishers.h
1
6#pragma once
7#include <aws/lambda/Lambda_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 Lambda
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_LAMBDA_API AllowedPublishers();
39 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::Vector<Aws::String>& GetSigningProfileVersionArns() const{ return m_signingProfileVersionArns; }
48 inline bool SigningProfileVersionArnsHasBeenSet() const { return m_signingProfileVersionArnsHasBeenSet; }
49 inline void SetSigningProfileVersionArns(const Aws::Vector<Aws::String>& value) { m_signingProfileVersionArnsHasBeenSet = true; m_signingProfileVersionArns = value; }
50 inline void SetSigningProfileVersionArns(Aws::Vector<Aws::String>&& value) { m_signingProfileVersionArnsHasBeenSet = true; m_signingProfileVersionArns = std::move(value); }
53 inline AllowedPublishers& AddSigningProfileVersionArns(const Aws::String& value) { m_signingProfileVersionArnsHasBeenSet = true; m_signingProfileVersionArns.push_back(value); return *this; }
54 inline AllowedPublishers& AddSigningProfileVersionArns(Aws::String&& value) { m_signingProfileVersionArnsHasBeenSet = true; m_signingProfileVersionArns.push_back(std::move(value)); return *this; }
55 inline AllowedPublishers& AddSigningProfileVersionArns(const char* value) { m_signingProfileVersionArnsHasBeenSet = true; m_signingProfileVersionArns.push_back(value); return *this; }
57 private:
58
59 Aws::Vector<Aws::String> m_signingProfileVersionArns;
60 bool m_signingProfileVersionArnsHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace Lambda
65} // namespace Aws
void SetSigningProfileVersionArns(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetSigningProfileVersionArns() const
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
AllowedPublishers & AddSigningProfileVersionArns(const Aws::String &value)
AWS_LAMBDA_API AllowedPublishers(Aws::Utils::Json::JsonView jsonValue)
void SetSigningProfileVersionArns(const Aws::Vector< Aws::String > &value)
AllowedPublishers & WithSigningProfileVersionArns(Aws::Vector< Aws::String > &&value)
AWS_LAMBDA_API AllowedPublishers & operator=(Aws::Utils::Json::JsonView jsonValue)
AllowedPublishers & WithSigningProfileVersionArns(const Aws::Vector< Aws::String > &value)
AllowedPublishers & AddSigningProfileVersionArns(const char *value)
AllowedPublishers & AddSigningProfileVersionArns(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