7#include <aws/compute-optimizer/ComputeOptimizer_EXPORTS.h>
8#include <aws/compute-optimizer/model/S3Destination.h>
9#include <aws/crt/cbor/Cbor.h>
19namespace ComputeOptimizer {
31 AWS_COMPUTEOPTIMIZER_API
ExportDestination(
const std::shared_ptr<Aws::Crt::Cbor::CborDecoder>& decoder);
33 AWS_COMPUTEOPTIMIZER_API
void CborEncode(Aws::Crt::Cbor::CborEncoder& encoder)
const;
43 template <
typename S3T = S3Destination>
45 m_s3HasBeenSet =
true;
46 m_s3 = std::forward<S3T>(value);
48 template <
typename S3T = S3Destination>
50 SetS3(std::forward<S3T>(value));
56 bool m_s3HasBeenSet =
false;
AWS_COMPUTEOPTIMIZER_API ExportDestination()=default
AWS_COMPUTEOPTIMIZER_API ExportDestination & operator=(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
AWS_COMPUTEOPTIMIZER_API void CborEncode(Aws::Crt::Cbor::CborEncoder &encoder) const
bool S3HasBeenSet() const
const S3Destination & GetS3() const
AWS_COMPUTEOPTIMIZER_API ExportDestination(const std::shared_ptr< Aws::Crt::Cbor::CborDecoder > &decoder)
ExportDestination & WithS3(S3T &&value)