@Generated(value="software.amazon.awssdk:codegen") public final class HTTPHeader extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HTTPHeader.Builder,HTTPHeader>
The response from a GetSampledRequests request includes an HTTPHeader complex type that appears
as Headers in the response syntax. HTTPHeader contains the names and values of all of the
headers that appear in one of the web requests that were returned by GetSampledRequests.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HTTPHeader.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HTTPHeader.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of one of the headers in the sampled web request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HTTPHeader.Builder> |
serializableBuilderClass() |
HTTPHeader.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of one of the headers in the sampled web request.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of one of the headers in the sampled web request.
public String value()
The value of one of the headers in the sampled web request.
public HTTPHeader.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HTTPHeader.Builder,HTTPHeader>public static HTTPHeader.Builder builder()
public static Class<? extends HTTPHeader.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.