7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/SelfGrantStatus.h>
49 inline void SetDatabaseName(
const char* value) { m_databaseNameHasBeenSet =
true; m_databaseName.assign(value); }
63 inline void SetFailureCause(
const char* value) { m_failureCauseHasBeenSet =
true; m_failureCause.assign(value); }
77 inline void SetSchemaName(
const char* value) { m_schemaNameHasBeenSet =
true; m_schemaName.assign(value); }
97 bool m_databaseNameHasBeenSet =
false;
100 bool m_failureCauseHasBeenSet =
false;
103 bool m_schemaNameHasBeenSet =
false;
106 bool m_statusHasBeenSet =
false;
SelfGrantStatusDetail & WithDatabaseName(const Aws::String &value)
SelfGrantStatusDetail & WithStatus(SelfGrantStatus &&value)
void SetSchemaName(Aws::String &&value)
bool DatabaseNameHasBeenSet() const
void SetStatus(SelfGrantStatus &&value)
void SetDatabaseName(const Aws::String &value)
AWS_DATAZONE_API SelfGrantStatusDetail(Aws::Utils::Json::JsonView jsonValue)
SelfGrantStatusDetail & WithSchemaName(const Aws::String &value)
const Aws::String & GetSchemaName() const
SelfGrantStatusDetail & WithFailureCause(const char *value)
void SetStatus(const SelfGrantStatus &value)
void SetDatabaseName(const char *value)
bool StatusHasBeenSet() const
bool SchemaNameHasBeenSet() const
void SetFailureCause(const Aws::String &value)
const Aws::String & GetDatabaseName() const
const Aws::String & GetFailureCause() const
void SetDatabaseName(Aws::String &&value)
SelfGrantStatusDetail & WithDatabaseName(Aws::String &&value)
void SetFailureCause(Aws::String &&value)
SelfGrantStatusDetail & WithFailureCause(const Aws::String &value)
void SetFailureCause(const char *value)
SelfGrantStatusDetail & WithStatus(const SelfGrantStatus &value)
void SetSchemaName(const Aws::String &value)
SelfGrantStatusDetail & WithSchemaName(const char *value)
bool FailureCauseHasBeenSet() const
AWS_DATAZONE_API SelfGrantStatusDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
SelfGrantStatusDetail & WithDatabaseName(const char *value)
void SetSchemaName(const char *value)
const SelfGrantStatus & GetStatus() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
SelfGrantStatusDetail & WithSchemaName(Aws::String &&value)
SelfGrantStatusDetail & WithFailureCause(Aws::String &&value)
AWS_DATAZONE_API SelfGrantStatusDetail()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue