7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dms/model/RefreshSchemasStatusTypeValue.h>
10#include <aws/core/utils/DateTime.h>
23namespace DatabaseMigrationService
53 inline void SetEndpointArn(
const char* value) { m_endpointArnHasBeenSet =
true; m_endpointArn.assign(value); }
67 inline void SetReplicationInstanceArn(
const char* value) { m_replicationInstanceArnHasBeenSet =
true; m_replicationInstanceArn.assign(value); }
105 inline void SetLastFailureMessage(
const char* value) { m_lastFailureMessageHasBeenSet =
true; m_lastFailureMessage.assign(value); }
113 bool m_endpointArnHasBeenSet =
false;
116 bool m_replicationInstanceArnHasBeenSet =
false;
119 bool m_statusHasBeenSet =
false;
122 bool m_lastRefreshDateHasBeenSet =
false;
125 bool m_lastFailureMessageHasBeenSet =
false;
void SetReplicationInstanceArn(const Aws::String &value)
AWS_DATABASEMIGRATIONSERVICE_API RefreshSchemasStatus(Aws::Utils::Json::JsonView jsonValue)
RefreshSchemasStatus & WithReplicationInstanceArn(Aws::String &&value)
void SetLastFailureMessage(const Aws::String &value)
RefreshSchemasStatus & WithLastFailureMessage(const Aws::String &value)
RefreshSchemasStatus & WithEndpointArn(Aws::String &&value)
const Aws::Utils::DateTime & GetLastRefreshDate() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
RefreshSchemasStatus & WithEndpointArn(const char *value)
RefreshSchemasStatus & WithLastFailureMessage(const char *value)
RefreshSchemasStatus & WithReplicationInstanceArn(const char *value)
RefreshSchemasStatus & WithLastRefreshDate(Aws::Utils::DateTime &&value)
void SetLastRefreshDate(Aws::Utils::DateTime &&value)
AWS_DATABASEMIGRATIONSERVICE_API RefreshSchemasStatus()
RefreshSchemasStatus & WithReplicationInstanceArn(const Aws::String &value)
RefreshSchemasStatus & WithStatus(RefreshSchemasStatusTypeValue &&value)
bool EndpointArnHasBeenSet() const
void SetReplicationInstanceArn(Aws::String &&value)
void SetStatus(const RefreshSchemasStatusTypeValue &value)
void SetLastFailureMessage(Aws::String &&value)
bool LastFailureMessageHasBeenSet() const
void SetLastRefreshDate(const Aws::Utils::DateTime &value)
const RefreshSchemasStatusTypeValue & GetStatus() const
void SetEndpointArn(const char *value)
RefreshSchemasStatus & WithStatus(const RefreshSchemasStatusTypeValue &value)
void SetStatus(RefreshSchemasStatusTypeValue &&value)
bool LastRefreshDateHasBeenSet() const
RefreshSchemasStatus & WithLastRefreshDate(const Aws::Utils::DateTime &value)
RefreshSchemasStatus & WithLastFailureMessage(Aws::String &&value)
bool StatusHasBeenSet() const
void SetLastFailureMessage(const char *value)
void SetEndpointArn(const Aws::String &value)
const Aws::String & GetEndpointArn() const
bool ReplicationInstanceArnHasBeenSet() const
void SetReplicationInstanceArn(const char *value)
void SetEndpointArn(Aws::String &&value)
AWS_DATABASEMIGRATIONSERVICE_API RefreshSchemasStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLastFailureMessage() const
const Aws::String & GetReplicationInstanceArn() const
RefreshSchemasStatus & WithEndpointArn(const Aws::String &value)
RefreshSchemasStatusTypeValue
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue