7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/ReportExportConfigType.h>
9#include <aws/codebuild/model/S3ReportExportConfig.h>
46 m_exportConfigTypeHasBeenSet =
true;
47 m_exportConfigType = value;
62 template <
typename S3DestinationT = S3ReportExportConfig>
64 m_s3DestinationHasBeenSet =
true;
65 m_s3Destination = std::forward<S3DestinationT>(value);
67 template <
typename S3DestinationT = S3ReportExportConfig>
75 bool m_exportConfigTypeHasBeenSet =
false;
77 S3ReportExportConfig m_s3Destination;
78 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