@Generated(value="software.amazon.awssdk:codegen") public final class HttpProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HttpProperties.Builder,HttpProperties>
A complex type that contains the name of an HTTP namespace.
Modifier and Type | Class and Description |
---|---|
static interface |
HttpProperties.Builder |
Modifier and Type | Method and Description |
---|---|
static HttpProperties.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
httpName()
The name of an HTTP namespace.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HttpProperties.Builder> |
serializableBuilderClass() |
HttpProperties.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String httpName()
The name of an HTTP namespace.
public HttpProperties.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HttpProperties.Builder,HttpProperties>
public static HttpProperties.Builder builder()
public static Class<? extends HttpProperties.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.