@Generated(value="software.amazon.awssdk:codegen") public final class HttpEndpointCommonAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HttpEndpointCommonAttribute.Builder,HttpEndpointCommonAttribute>
Describes the metadata that's delivered to the specified HTTP endpoint destination.
Modifier and Type | Class and Description |
---|---|
static interface |
HttpEndpointCommonAttribute.Builder |
Modifier and Type | Method and Description |
---|---|
String |
attributeName()
The name of the HTTP endpoint common attribute.
|
String |
attributeValue()
The value of the HTTP endpoint common attribute.
|
static HttpEndpointCommonAttribute.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HttpEndpointCommonAttribute.Builder> |
serializableBuilderClass() |
HttpEndpointCommonAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String attributeName()
The name of the HTTP endpoint common attribute.
public final String attributeValue()
The value of the HTTP endpoint common attribute.
public HttpEndpointCommonAttribute.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<HttpEndpointCommonAttribute.Builder,HttpEndpointCommonAttribute>
public static HttpEndpointCommonAttribute.Builder builder()
public static Class<? extends HttpEndpointCommonAttribute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.