@Value.Immutable public interface S3SignResponse extends RESTResponse
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
headers() |
java.net.URI |
uri() |
default void |
validate()
Ensures that a constructed instance of a REST message is valid according to the REST spec.
|
java.net.URI uri()
java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers()
default void validate()
RESTMessageThis is needed when parsing data that comes from external sources and the object might have been constructed without all the required fields present.
validate in interface RESTMessage