7#include <aws/signer/Signer_EXPORTS.h>
8#include <aws/signer/model/S3SignedObject.h>
41 template <
typename S3T = S3SignedObject>
43 m_s3HasBeenSet =
true;
44 m_s3 = std::forward<S3T>(value);
46 template <
typename S3T = S3SignedObject>
48 SetS3(std::forward<S3T>(value));
54 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