Package software.amazon.awssdk.http
Class SdkHttpExecutionAttributes
java.lang.Object
software.amazon.awssdk.http.SdkHttpExecutionAttributes
- All Implemented Interfaces:
ToCopyableBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes>
@SdkPublicApi
public final class SdkHttpExecutionAttributes
extends Object
implements ToCopyableBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes>
An immutable collection of
SdkHttpExecutionAttributes that can be configured on an AsyncExecuteRequest via
AsyncExecuteRequest.Builder.httpExecutionAttributes(SdkHttpExecutionAttributes)-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()boolean<T> TgetAttribute(SdkHttpExecutionAttribute<T> attribute) Retrieve the current value of the provided attribute in this collection of attributes.inthashCode()Methods 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
-
getAttribute
Retrieve the current value of the provided attribute in this collection of attributes. This will return null if the value is not set. -
builder
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes>
-
equals
-
hashCode
public int hashCode()
-