7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/glue/model/ResourceAction.h>
11#include <aws/glue/model/ResourceState.h>
12#include <aws/glue/model/ErrorDetail.h>
13#include <aws/core/utils/memory/stl/AWSAllocator.h>
53 template<
typename RequestedByT = Aws::String>
54 void SetRequestedBy(RequestedByT&& value) { m_requestedByHasBeenSet =
true; m_requestedBy = std::forward<RequestedByT>(value); }
55 template<
typename RequestedByT = Aws::String>
66 template<
typename UpdatedByT = Aws::String>
67 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
68 template<
typename UpdatedByT = Aws::String>
79 template<
typename RequestTimeT = Aws::Utils::DateTime>
80 void SetRequestTime(RequestTimeT&& value) { m_requestTimeHasBeenSet =
true; m_requestTime = std::forward<RequestTimeT>(value); }
81 template<
typename RequestTimeT = Aws::Utils::DateTime>
92 template<
typename UpdateTimeT = Aws::Utils::DateTime>
93 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
94 template<
typename UpdateTimeT = Aws::Utils::DateTime>
128 template<
typename ErrorT = ErrorDetail>
129 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
130 template<
typename ErrorT = ErrorDetail>
143 template<
typename DetailsT = StatusDetails>
145 m_detailsHasBeenSet =
true;
146 m_details = Aws::MakeShared<StatusDetails>(
"TableStatus", std::forward<DetailsT>(value));
148 template<
typename DetailsT = StatusDetails>
154 bool m_requestedByHasBeenSet =
false;
157 bool m_updatedByHasBeenSet =
false;
160 bool m_requestTimeHasBeenSet =
false;
163 bool m_updateTimeHasBeenSet =
false;
166 bool m_actionHasBeenSet =
false;
169 bool m_stateHasBeenSet =
false;
172 bool m_errorHasBeenSet =
false;
174 std::shared_ptr<StatusDetails> m_details;
175 bool m_detailsHasBeenSet =
false;
const Aws::String & GetRequestedBy() const
bool RequestTimeHasBeenSet() const
void SetError(ErrorT &&value)
bool UpdateTimeHasBeenSet() const
void SetUpdateTime(UpdateTimeT &&value)
ResourceState GetState() const
TableStatus & WithRequestedBy(RequestedByT &&value)
void SetUpdatedBy(UpdatedByT &&value)
bool UpdatedByHasBeenSet() const
const Aws::Utils::DateTime & GetUpdateTime() const
const Aws::Utils::DateTime & GetRequestTime() const
void SetDetails(DetailsT &&value)
void SetState(ResourceState value)
void SetRequestedBy(RequestedByT &&value)
bool ErrorHasBeenSet() const
AWS_GLUE_API TableStatus(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API TableStatus()=default
AWS_GLUE_API TableStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
TableStatus & WithState(ResourceState value)
TableStatus & WithUpdatedBy(UpdatedByT &&value)
TableStatus & WithRequestTime(RequestTimeT &&value)
TableStatus & WithError(ErrorT &&value)
void SetRequestTime(RequestTimeT &&value)
const Aws::String & GetUpdatedBy() const
ResourceAction GetAction() const
TableStatus & WithUpdateTime(UpdateTimeT &&value)
bool DetailsHasBeenSet() const
TableStatus & WithDetails(DetailsT &&value)
const StatusDetails & GetDetails() const
bool StateHasBeenSet() const
TableStatus & WithAction(ResourceAction value)
void SetAction(ResourceAction value)
const ErrorDetail & GetError() const
bool RequestedByHasBeenSet() const
bool ActionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue