StructuredPojo
, ToCopyableBuilder<HTTPHeader.Builder,HTTPHeader>
@Generated("software.amazon.awssdk:codegen") public class HTTPHeader extends Object implements StructuredPojo, 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 | Description |
---|---|---|
static interface |
HTTPHeader.Builder |
Modifier and Type | Method | Description |
---|---|---|
static HTTPHeader.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of one of the headers in the sampled web request.
|
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.
|
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.