7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace AppIntegrationsService
47 template<
typename AllowT = Aws::Vector<Aws::String>>
48 void SetAllow(AllowT&& value) { m_allowHasBeenSet =
true; m_allow = std::forward<AllowT>(value); }
49 template<
typename AllowT = Aws::Vector<Aws::String>>
51 template<
typename AllowT = Aws::String>
52 IframeConfig&
AddAllow(AllowT&& value) { m_allowHasBeenSet =
true; m_allow.emplace_back(std::forward<AllowT>(value));
return *
this; }
61 template<
typename SandboxT = Aws::Vector<Aws::String>>
62 void SetSandbox(SandboxT&& value) { m_sandboxHasBeenSet =
true; m_sandbox = std::forward<SandboxT>(value); }
63 template<
typename SandboxT = Aws::Vector<Aws::String>>
65 template<
typename SandboxT = Aws::String>
66 IframeConfig&
AddSandbox(SandboxT&& value) { m_sandboxHasBeenSet =
true; m_sandbox.emplace_back(std::forward<SandboxT>(value));
return *
this; }
71 bool m_allowHasBeenSet =
false;
74 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