7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/migrationhubstrategy/model/RecommendationReportStatus.h>
24namespace MigrationHubStrategyRecommendations
64 inline void SetS3Bucket(
const char* value) { m_s3BucketHasBeenSet =
true; m_s3Bucket.assign(value); }
117 inline void SetStatusMessage(
const char* value) { m_statusMessageHasBeenSet =
true; m_statusMessage.assign(value); }
125 bool m_completionTimeHasBeenSet =
false;
128 bool m_s3BucketHasBeenSet =
false;
131 bool m_s3KeysHasBeenSet =
false;
134 bool m_startTimeHasBeenSet =
false;
137 bool m_statusHasBeenSet =
false;
140 bool m_statusMessageHasBeenSet =
false;
bool StatusMessageHasBeenSet() const
RecommendationReportDetails & WithS3Bucket(const char *value)
RecommendationReportDetails & WithS3Bucket(Aws::String &&value)
RecommendationReportDetails & WithStartTime(const Aws::Utils::DateTime &value)
RecommendationReportDetails & AddS3Keys(const Aws::String &value)
void SetStatusMessage(Aws::String &&value)
void SetS3Bucket(const char *value)
bool StatusHasBeenSet() const
void SetS3Bucket(Aws::String &&value)
void SetStatusMessage(const Aws::String &value)
const Aws::String & GetS3Bucket() const
RecommendationReportDetails & WithCompletionTime(const Aws::Utils::DateTime &value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API RecommendationReportDetails()
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API RecommendationReportDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3BucketHasBeenSet() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API RecommendationReportDetails(Aws::Utils::Json::JsonView jsonValue)
RecommendationReportDetails & WithStatusMessage(Aws::String &&value)
const Aws::Utils::DateTime & GetStartTime() const
const RecommendationReportStatus & GetStatus() const
RecommendationReportDetails & WithS3Keys(Aws::Vector< Aws::String > &&value)
void SetStatus(const RecommendationReportStatus &value)
RecommendationReportDetails & WithStatusMessage(const char *value)
RecommendationReportDetails & WithStatus(const RecommendationReportStatus &value)
void SetCompletionTime(Aws::Utils::DateTime &&value)
const Aws::Vector< Aws::String > & GetS3Keys() const
RecommendationReportDetails & WithS3Bucket(const Aws::String &value)
void SetS3Keys(Aws::Vector< Aws::String > &&value)
bool S3KeysHasBeenSet() const
void SetStartTime(Aws::Utils::DateTime &&value)
const Aws::String & GetStatusMessage() const
RecommendationReportDetails & AddS3Keys(const char *value)
void SetS3Bucket(const Aws::String &value)
void SetS3Keys(const Aws::Vector< Aws::String > &value)
RecommendationReportDetails & WithStatusMessage(const Aws::String &value)
bool CompletionTimeHasBeenSet() const
void SetStartTime(const Aws::Utils::DateTime &value)
RecommendationReportDetails & WithStartTime(Aws::Utils::DateTime &&value)
void SetStatusMessage(const char *value)
RecommendationReportDetails & WithStatus(RecommendationReportStatus &&value)
void SetStatus(RecommendationReportStatus &&value)
void SetCompletionTime(const Aws::Utils::DateTime &value)
RecommendationReportDetails & WithS3Keys(const Aws::Vector< Aws::String > &value)
RecommendationReportDetails & AddS3Keys(Aws::String &&value)
bool StartTimeHasBeenSet() const
RecommendationReportDetails & WithCompletionTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCompletionTime() const
RecommendationReportStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue