AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PrivateRegistryAccess.h
1
6#pragma once
7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/model/ContainerServiceECRImagePullerRole.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 Lightsail
22{
23namespace Model
24{
25
38 {
39 public:
40 AWS_LIGHTSAIL_API PrivateRegistryAccess();
43 AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const;
44
45
47
53 inline const ContainerServiceECRImagePullerRole& GetEcrImagePullerRole() const{ return m_ecrImagePullerRole; }
54 inline bool EcrImagePullerRoleHasBeenSet() const { return m_ecrImagePullerRoleHasBeenSet; }
55 inline void SetEcrImagePullerRole(const ContainerServiceECRImagePullerRole& value) { m_ecrImagePullerRoleHasBeenSet = true; m_ecrImagePullerRole = value; }
56 inline void SetEcrImagePullerRole(ContainerServiceECRImagePullerRole&& value) { m_ecrImagePullerRoleHasBeenSet = true; m_ecrImagePullerRole = std::move(value); }
60 private:
61
62 ContainerServiceECRImagePullerRole m_ecrImagePullerRole;
63 bool m_ecrImagePullerRoleHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace Lightsail
68} // namespace Aws
void SetEcrImagePullerRole(const ContainerServiceECRImagePullerRole &value)
AWS_LIGHTSAIL_API PrivateRegistryAccess & operator=(Aws::Utils::Json::JsonView jsonValue)
const ContainerServiceECRImagePullerRole & GetEcrImagePullerRole() const
AWS_LIGHTSAIL_API PrivateRegistryAccess(Aws::Utils::Json::JsonView jsonValue)
PrivateRegistryAccess & WithEcrImagePullerRole(const ContainerServiceECRImagePullerRole &value)
PrivateRegistryAccess & WithEcrImagePullerRole(ContainerServiceECRImagePullerRole &&value)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEcrImagePullerRole(ContainerServiceECRImagePullerRole &&value)
Aws::Utils::Json::JsonValue JsonValue