7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename PolicyInJsonT = Aws::String>
48 void SetPolicyInJson(PolicyInJsonT&& value) { m_policyInJsonHasBeenSet =
true; m_policyInJson = std::forward<PolicyInJsonT>(value); }
49 template<
typename PolicyInJsonT = Aws::String>
59 template<
typename PolicyHashT = Aws::String>
60 void SetPolicyHash(PolicyHashT&& value) { m_policyHashHasBeenSet =
true; m_policyHash = std::forward<PolicyHashT>(value); }
61 template<
typename PolicyHashT = Aws::String>
71 template<
typename CreateTimeT = Aws::Utils::DateTime>
72 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
73 template<
typename CreateTimeT = Aws::Utils::DateTime>
83 template<
typename UpdateTimeT = Aws::Utils::DateTime>
84 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
85 template<
typename UpdateTimeT = Aws::Utils::DateTime>
91 bool m_policyInJsonHasBeenSet =
false;
94 bool m_policyHashHasBeenSet =
false;
97 bool m_createTimeHasBeenSet =
false;
100 bool m_updateTimeHasBeenSet =
false;
GluePolicy & WithPolicyHash(PolicyHashT &&value)
AWS_GLUE_API GluePolicy()=default
void SetPolicyHash(PolicyHashT &&value)
AWS_GLUE_API GluePolicy(Aws::Utils::Json::JsonView jsonValue)
void SetPolicyInJson(PolicyInJsonT &&value)
void SetCreateTime(CreateTimeT &&value)
GluePolicy & WithPolicyInJson(PolicyInJsonT &&value)
AWS_GLUE_API GluePolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
GluePolicy & WithCreateTime(CreateTimeT &&value)
bool CreateTimeHasBeenSet() const
bool PolicyInJsonHasBeenSet() const
bool UpdateTimeHasBeenSet() const
GluePolicy & WithUpdateTime(UpdateTimeT &&value)
bool PolicyHashHasBeenSet() const
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetPolicyInJson() const
const Aws::String & GetPolicyHash() const
void SetUpdateTime(UpdateTimeT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetUpdateTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue