Class GetObjectPresignRequest
java.lang.Object
software.amazon.awssdk.awscore.presigner.PresignRequest
software.amazon.awssdk.services.s3.presigner.model.GetObjectPresignRequest
- All Implemented Interfaces:
ToCopyableBuilder<GetObjectPresignRequest.Builder,GetObjectPresignRequest>
@SdkPublicApi
@Immutable
@ThreadSafe
public final class GetObjectPresignRequest
extends PresignRequest
implements ToCopyableBuilder<GetObjectPresignRequest.Builder,GetObjectPresignRequest>
A request to pre-sign a
GetObjectRequest so that it can be executed at a later time without requiring additional
signing or authentication.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA builder for aGetObjectPresignRequest, created withbuilder(). -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a builder that can be used to create aGetObjectPresignRequest.booleanRetrieve theGetObjectRequestthat should be presigned.inthashCode()Methods inherited from class software.amazon.awssdk.awscore.presigner.PresignRequest
signatureDurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
builder
Create a builder that can be used to create aGetObjectPresignRequest. -
getObjectRequest
Retrieve theGetObjectRequestthat should be presigned. -
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetObjectPresignRequest.Builder,GetObjectPresignRequest>
-
equals
- Overrides:
equalsin classPresignRequest
-
hashCode
public int hashCode()- Overrides:
hashCodein classPresignRequest
-