@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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
value()
The value of one of the headers in the sampled web request.
|
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HTTPHeader.Builder,HTTPHeader>
public static HTTPHeader.Builder builder()
public static Class<? extends HTTPHeader.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.