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