@Immutable public abstract class RequestOverrideConfiguration extends Object
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
RequestOverrideConfiguration.Builder<B extends RequestOverrideConfiguration.Builder>  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ApiName> | 
apiNames()
The optional names of the higher level libraries that constructed the request. 
 | 
Map<String,List<String>> | 
headers()
Optional additional headers to be added to the HTTP request. 
 | 
Map<String,List<String>> | 
rawQueryParameters()
Optional additional query parameters to be added to the HTTP request. 
 | 
abstract RequestOverrideConfiguration.Builder<? extends RequestOverrideConfiguration.Builder> | 
toBuilder()
Create a  
RequestOverrideConfiguration.Builder initialized with the properties of this SdkRequestOverrideConfiguration. | 
public Map<String,List<String>> headers()
public Map<String,List<String>> rawQueryParameters()
public List<ApiName> apiNames()
public abstract RequestOverrideConfiguration.Builder<? extends RequestOverrideConfiguration.Builder> toBuilder()
RequestOverrideConfiguration.Builder initialized with the properties of this SdkRequestOverrideConfiguration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.