Package software.amazon.awssdk.http
Class SdkHttpExecutionAttributes
java.lang.Object
software.amazon.awssdk.http.SdkHttpExecutionAttributes
- All Implemented Interfaces:
 ToCopyableBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes> 
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()Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class java.lang.Object
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
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<SdkHttpExecutionAttributes.Builder,SdkHttpExecutionAttributes> - Returns:
 - a builder for type T
 
 - 
equals
 - 
hashCode
public int hashCode() 
 -