7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename PolicyInJsonT = Aws::String>
37 m_policyInJsonHasBeenSet =
true;
38 m_policyInJson = std::forward<PolicyInJsonT>(value);
40 template <
typename PolicyInJsonT = Aws::String>
52 template <
typename PolicyHashT = Aws::String>
54 m_policyHashHasBeenSet =
true;
55 m_policyHash = std::forward<PolicyHashT>(value);
57 template <
typename PolicyHashT = Aws::String>
69 template <
typename CreateTimeT = Aws::Utils::DateTime>
71 m_createTimeHasBeenSet =
true;
72 m_createTime = std::forward<CreateTimeT>(value);
74 template <
typename CreateTimeT = Aws::Utils::DateTime>
86 template <
typename UpdateTimeT = Aws::Utils::DateTime>
88 m_updateTimeHasBeenSet =
true;
89 m_updateTime = std::forward<UpdateTimeT>(value);
91 template <
typename UpdateTimeT = Aws::Utils::DateTime>
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
114 bool m_policyInJsonHasBeenSet =
false;
117 bool m_policyHashHasBeenSet =
false;
120 bool m_createTimeHasBeenSet =
false;
123 bool m_updateTimeHasBeenSet =
false;
126 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetUpdateTime(UpdateTimeT &&value)
AWS_GLUE_API GetResourcePolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
GetResourcePolicyResult & WithUpdateTime(UpdateTimeT &&value)
GetResourcePolicyResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
const Aws::String & GetPolicyHash() const
GetResourcePolicyResult & WithCreateTime(CreateTimeT &&value)
void SetPolicyHash(PolicyHashT &&value)
void SetCreateTime(CreateTimeT &&value)
GetResourcePolicyResult & WithPolicyHash(PolicyHashT &&value)
void SetPolicyInJson(PolicyInJsonT &&value)
AWS_GLUE_API GetResourcePolicyResult()=default
AWS_GLUE_API GetResourcePolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetResourcePolicyResult & WithPolicyInJson(PolicyInJsonT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetPolicyInJson() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue