7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace AppIntegrationsService {
41 template <
typename AllowT = Aws::Vector<Aws::String>>
43 m_allowHasBeenSet =
true;
44 m_allow = std::forward<AllowT>(value);
46 template <
typename AllowT = Aws::Vector<Aws::String>>
48 SetAllow(std::forward<AllowT>(value));
51 template <
typename AllowT = Aws::String>
53 m_allowHasBeenSet =
true;
54 m_allow.emplace_back(std::forward<AllowT>(value));
65 template <
typename SandboxT = Aws::Vector<Aws::String>>
67 m_sandboxHasBeenSet =
true;
68 m_sandbox = std::forward<SandboxT>(value);
70 template <
typename SandboxT = Aws::Vector<Aws::String>>
75 template <
typename SandboxT = Aws::String>
77 m_sandboxHasBeenSet =
true;
78 m_sandbox.emplace_back(std::forward<SandboxT>(value));
86 bool m_allowHasBeenSet =
false;
87 bool m_sandboxHasBeenSet =
false;
bool AllowHasBeenSet() const
IframeConfig & WithAllow(AllowT &&value)
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
IframeConfig & AddAllow(AllowT &&value)
AWS_APPINTEGRATIONSSERVICE_API IframeConfig(Aws::Utils::Json::JsonView jsonValue)
void SetAllow(AllowT &&value)
AWS_APPINTEGRATIONSSERVICE_API IframeConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPINTEGRATIONSSERVICE_API IframeConfig()=default
const Aws::Vector< Aws::String > & GetAllow() const
IframeConfig & AddSandbox(SandboxT &&value)
const Aws::Vector< Aws::String > & GetSandbox() const
bool SandboxHasBeenSet() const
void SetSandbox(SandboxT &&value)
IframeConfig & WithSandbox(SandboxT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue