7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/migrationhubstrategy/model/AnalyzerNameUnion.h>
9#include <aws/migrationhubstrategy/model/S3Object.h>
10#include <aws/migrationhubstrategy/model/AntipatternReportStatus.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
24namespace MigrationHubStrategyRecommendations
49 template<
typename AnalyzerNameT = AnalyzerNameUnion>
50 void SetAnalyzerName(AnalyzerNameT&& value) { m_analyzerNameHasBeenSet =
true; m_analyzerName = std::forward<AnalyzerNameT>(value); }
51 template<
typename AnalyzerNameT = AnalyzerNameUnion>
59 template<
typename AntiPatternReportS3ObjectT = S3Object>
60 void SetAntiPatternReportS3Object(AntiPatternReportS3ObjectT&& value) { m_antiPatternReportS3ObjectHasBeenSet =
true; m_antiPatternReportS3Object = std::forward<AntiPatternReportS3ObjectT>(value); }
61 template<
typename AntiPatternReportS3ObjectT = S3Object>
81 template<
typename AntipatternReportStatusMessageT = Aws::String>
82 void SetAntipatternReportStatusMessage(AntipatternReportStatusMessageT&& value) { m_antipatternReportStatusMessageHasBeenSet =
true; m_antipatternReportStatusMessage = std::forward<AntipatternReportStatusMessageT>(value); }
83 template<
typename AntipatternReportStatusMessageT = Aws::String>
89 bool m_analyzerNameHasBeenSet =
false;
91 S3Object m_antiPatternReportS3Object;
92 bool m_antiPatternReportS3ObjectHasBeenSet =
false;
95 bool m_antipatternReportStatusHasBeenSet =
false;
98 bool m_antipatternReportStatusMessageHasBeenSet =
false;
AntipatternReportResult & WithAntipatternReportStatus(AntipatternReportStatus value)
void SetAntiPatternReportS3Object(AntiPatternReportS3ObjectT &&value)
const AnalyzerNameUnion & GetAnalyzerName() const
bool AntiPatternReportS3ObjectHasBeenSet() const
AntipatternReportResult & WithAntipatternReportStatusMessage(AntipatternReportStatusMessageT &&value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API AntipatternReportResult(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAntipatternReportStatusMessage() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API AntipatternReportResult()=default
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const S3Object & GetAntiPatternReportS3Object() const
AntipatternReportResult & WithAntiPatternReportS3Object(AntiPatternReportS3ObjectT &&value)
void SetAntipatternReportStatus(AntipatternReportStatus value)
bool AntipatternReportStatusMessageHasBeenSet() const
void SetAntipatternReportStatusMessage(AntipatternReportStatusMessageT &&value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API AntipatternReportResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAnalyzerName(AnalyzerNameT &&value)
AntipatternReportResult & WithAnalyzerName(AnalyzerNameT &&value)
AntipatternReportStatus GetAntipatternReportStatus() const
bool AntipatternReportStatusHasBeenSet() const
bool AnalyzerNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue