7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetPolicyInJson(
const char* value) { m_policyInJsonHasBeenSet =
true; m_policyInJson.assign(value); }
63 inline void SetPolicyHash(
const char* value) { m_policyHashHasBeenSet =
true; m_policyHash.assign(value); }
95 bool m_policyInJsonHasBeenSet =
false;
98 bool m_policyHashHasBeenSet =
false;
101 bool m_createTimeHasBeenSet =
false;
104 bool m_updateTimeHasBeenSet =
false;
GluePolicy & WithCreateTime(const Aws::Utils::DateTime &value)
GluePolicy & WithPolicyHash(Aws::String &&value)
AWS_GLUE_API GluePolicy(Aws::Utils::Json::JsonView jsonValue)
GluePolicy & WithUpdateTime(const Aws::Utils::DateTime &value)
AWS_GLUE_API GluePolicy()
AWS_GLUE_API GluePolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreateTimeHasBeenSet() const
GluePolicy & WithPolicyHash(const Aws::String &value)
bool PolicyInJsonHasBeenSet() const
bool UpdateTimeHasBeenSet() const
void SetPolicyHash(Aws::String &&value)
void SetCreateTime(Aws::Utils::DateTime &&value)
GluePolicy & WithPolicyInJson(const Aws::String &value)
GluePolicy & WithUpdateTime(Aws::Utils::DateTime &&value)
bool PolicyHashHasBeenSet() const
GluePolicy & WithPolicyInJson(Aws::String &&value)
void SetPolicyHash(const char *value)
void SetPolicyInJson(const char *value)
GluePolicy & WithCreateTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreateTime() const
void SetPolicyHash(const Aws::String &value)
const Aws::String & GetPolicyInJson() const
const Aws::String & GetPolicyHash() const
void SetUpdateTime(Aws::Utils::DateTime &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPolicyInJson(Aws::String &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetUpdateTime(const Aws::Utils::DateTime &value)
void SetPolicyInJson(const Aws::String &value)
GluePolicy & WithPolicyHash(const char *value)
GluePolicy & WithPolicyInJson(const char *value)
void SetCreateTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue