7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename PolicyInJsonT = Aws::String>
43 m_policyInJsonHasBeenSet =
true;
44 m_policyInJson = std::forward<PolicyInJsonT>(value);
46 template <
typename PolicyInJsonT = Aws::String>
59 template <
typename PolicyHashT = Aws::String>
61 m_policyHashHasBeenSet =
true;
62 m_policyHash = std::forward<PolicyHashT>(value);
64 template <
typename PolicyHashT = Aws::String>
77 template <
typename CreateTimeT = Aws::Utils::DateTime>
79 m_createTimeHasBeenSet =
true;
80 m_createTime = std::forward<CreateTimeT>(value);
82 template <
typename CreateTimeT = Aws::Utils::DateTime>
95 template <
typename UpdateTimeT = Aws::Utils::DateTime>
97 m_updateTimeHasBeenSet =
true;
98 m_updateTime = std::forward<UpdateTimeT>(value);
100 template <
typename UpdateTimeT = Aws::Utils::DateTime>
114 bool m_policyInJsonHasBeenSet =
false;
115 bool m_policyHashHasBeenSet =
false;
116 bool m_createTimeHasBeenSet =
false;
117 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