7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/BlueprintRunState.h>
10#include <aws/core/utils/DateTime.h>
50 inline void SetBlueprintName(
const char* value) { m_blueprintNameHasBeenSet =
true; m_blueprintName.assign(value); }
64 inline void SetRunId(
const char* value) { m_runIdHasBeenSet =
true; m_runId.assign(value); }
79 inline void SetWorkflowName(
const char* value) { m_workflowNameHasBeenSet =
true; m_workflowName.assign(value); }
133 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
150 inline void SetRollbackErrorMessage(
const char* value) { m_rollbackErrorMessageHasBeenSet =
true; m_rollbackErrorMessage.assign(value); }
166 inline void SetParameters(
const char* value) { m_parametersHasBeenSet =
true; m_parameters.assign(value); }
181 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
189 bool m_blueprintNameHasBeenSet =
false;
192 bool m_runIdHasBeenSet =
false;
195 bool m_workflowNameHasBeenSet =
false;
198 bool m_stateHasBeenSet =
false;
201 bool m_startedOnHasBeenSet =
false;
204 bool m_completedOnHasBeenSet =
false;
207 bool m_errorMessageHasBeenSet =
false;
210 bool m_rollbackErrorMessageHasBeenSet =
false;
213 bool m_parametersHasBeenSet =
false;
216 bool m_roleArnHasBeenSet =
false;
void SetCompletedOn(Aws::Utils::DateTime &&value)
bool ParametersHasBeenSet() const
BlueprintRun & WithRoleArn(Aws::String &&value)
const Aws::String & GetRunId() const
BlueprintRun & WithStartedOn(const Aws::Utils::DateTime &value)
BlueprintRun & WithParameters(Aws::String &&value)
BlueprintRun & WithRollbackErrorMessage(Aws::String &&value)
bool WorkflowNameHasBeenSet() const
void SetRollbackErrorMessage(const Aws::String &value)
BlueprintRun & WithRunId(const Aws::String &value)
BlueprintRun & WithState(const BlueprintRunState &value)
void SetRunId(const Aws::String &value)
BlueprintRun & WithState(BlueprintRunState &&value)
AWS_GLUE_API BlueprintRun(Aws::Utils::Json::JsonView jsonValue)
BlueprintRun & WithCompletedOn(const Aws::Utils::DateTime &value)
void SetStartedOn(Aws::Utils::DateTime &&value)
BlueprintRun & WithErrorMessage(Aws::String &&value)
const Aws::String & GetParameters() const
const Aws::String & GetRoleArn() const
BlueprintRun & WithBlueprintName(const char *value)
bool StartedOnHasBeenSet() const
bool BlueprintNameHasBeenSet() const
BlueprintRun & WithRollbackErrorMessage(const Aws::String &value)
const Aws::String & GetRollbackErrorMessage() const
bool CompletedOnHasBeenSet() const
BlueprintRun & WithParameters(const char *value)
BlueprintRun & WithCompletedOn(Aws::Utils::DateTime &&value)
BlueprintRun & WithErrorMessage(const char *value)
BlueprintRun & WithErrorMessage(const Aws::String &value)
void SetRoleArn(const char *value)
bool RoleArnHasBeenSet() const
AWS_GLUE_API BlueprintRun & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCompletedOn() const
void SetErrorMessage(Aws::String &&value)
bool StateHasBeenSet() const
const BlueprintRunState & GetState() const
BlueprintRun & WithRoleArn(const char *value)
void SetErrorMessage(const char *value)
void SetWorkflowName(Aws::String &&value)
BlueprintRun & WithStartedOn(Aws::Utils::DateTime &&value)
void SetStartedOn(const Aws::Utils::DateTime &value)
void SetCompletedOn(const Aws::Utils::DateTime &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
BlueprintRun & WithWorkflowName(const Aws::String &value)
void SetBlueprintName(const char *value)
void SetWorkflowName(const Aws::String &value)
const Aws::String & GetErrorMessage() const
void SetRoleArn(Aws::String &&value)
BlueprintRun & WithRunId(const char *value)
void SetState(const BlueprintRunState &value)
void SetRollbackErrorMessage(const char *value)
BlueprintRun & WithRunId(Aws::String &&value)
void SetRoleArn(const Aws::String &value)
void SetErrorMessage(const Aws::String &value)
AWS_GLUE_API BlueprintRun()
BlueprintRun & WithBlueprintName(Aws::String &&value)
void SetBlueprintName(Aws::String &&value)
void SetRunId(Aws::String &&value)
void SetBlueprintName(const Aws::String &value)
const Aws::Utils::DateTime & GetStartedOn() const
const Aws::String & GetBlueprintName() const
void SetParameters(Aws::String &&value)
void SetWorkflowName(const char *value)
const Aws::String & GetWorkflowName() const
bool RollbackErrorMessageHasBeenSet() const
void SetRollbackErrorMessage(Aws::String &&value)
BlueprintRun & WithParameters(const Aws::String &value)
bool ErrorMessageHasBeenSet() const
bool RunIdHasBeenSet() const
BlueprintRun & WithWorkflowName(const char *value)
void SetRunId(const char *value)
BlueprintRun & WithWorkflowName(Aws::String &&value)
BlueprintRun & WithRoleArn(const Aws::String &value)
void SetState(BlueprintRunState &&value)
void SetParameters(const Aws::String &value)
void SetParameters(const char *value)
BlueprintRun & WithRollbackErrorMessage(const char *value)
BlueprintRun & WithBlueprintName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue