7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/model/S3Destination.h>
47 template<
typename S3T = S3Destination>
48 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
49 template<
typename S3T = S3Destination>
55 bool m_s3HasBeenSet =
false;
const S3Destination & GetS3() const
AWS_SIGNER_API Destination()=default
AWS_SIGNER_API Destination & operator=(Aws::Utils::Json::JsonView jsonValue)
Destination & WithS3(S3T &&value)
bool S3HasBeenSet() const
AWS_SIGNER_API Destination(Aws::Utils::Json::JsonView jsonValue)
AWS_SIGNER_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue