7#include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h>
8#include <aws/compute-optimizer/model/S3Destination.h>
21namespace ComputeOptimizer
49 template<
typename S3T = S3Destination>
50 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
51 template<
typename S3T = S3Destination>
57 bool m_s3HasBeenSet =
false;
AWS_COMPUTEOPTIMIZER_API ExportDestination()=default
AWS_COMPUTEOPTIMIZER_API ExportDestination(Aws::Utils::Json::JsonView jsonValue)
bool S3HasBeenSet() const
AWS_COMPUTEOPTIMIZER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_COMPUTEOPTIMIZER_API ExportDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
const S3Destination & GetS3() const
ExportDestination & WithS3(S3T &&value)
Aws::Utils::Json::JsonValue JsonValue