7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/ReportExportConfigType.h>
9#include <aws/codebuild/model/S3ReportExportConfig.h>
62 template<
typename S3DestinationT = S3ReportExportConfig>
63 void SetS3Destination(S3DestinationT&& value) { m_s3DestinationHasBeenSet =
true; m_s3Destination = std::forward<S3DestinationT>(value); }
64 template<
typename S3DestinationT = S3ReportExportConfig>
70 bool m_exportConfigTypeHasBeenSet =
false;
72 S3ReportExportConfig m_s3Destination;
73 bool m_s3DestinationHasBeenSet =
false;
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
const S3ReportExportConfig & GetS3Destination() const
ReportExportConfigType GetExportConfigType() const
AWS_CODEBUILD_API ReportExportConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExportConfigTypeHasBeenSet() const
bool S3DestinationHasBeenSet() const
AWS_CODEBUILD_API ReportExportConfig()=default
ReportExportConfig & WithS3Destination(S3DestinationT &&value)
void SetExportConfigType(ReportExportConfigType value)
void SetS3Destination(S3DestinationT &&value)
AWS_CODEBUILD_API ReportExportConfig(Aws::Utils::Json::JsonView jsonValue)
ReportExportConfig & WithExportConfigType(ReportExportConfigType value)
Aws::Utils::Json::JsonValue JsonValue