com.volcengine.model.SignRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
@Builder
@Getter
@Setter
public class SignRequest {
private String xDate;
private String xNotSignBody;
private String xCredential;
private String xAlgorithm;
private String xSignedHeaders;
private String xSignedQueries;
private String xSignature;
private String xSecurityToken;
private String host;
private String contentType;
private String xContentSha256;
private String authorization;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy