All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rocks.voss.toniebox.beans.amazon.FieldsBean Maven / Gradle / Ivy

There is a newer version: 3.7
Show newest version
package rocks.voss.toniebox.beans.amazon;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;

@Data
public class FieldsBean {
	private String key;
	private String policy;
	@JsonProperty("x-amz-algorithm")
	private String xAmzAlgorithm;
	@JsonProperty("x-amz-credential")
	private String xAmzCredential;
	@JsonProperty("x-amz-date")
	private String xAmzDate;
	@JsonProperty("x-amz-signature")
	private String xAmzSignature;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy