Class HttpActionHeader
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.HttpActionHeader
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HttpActionHeader.Builder,HttpActionHeader>
@Generated("software.amazon.awssdk:codegen") public final class HttpActionHeader extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HttpActionHeader.Builder,HttpActionHeader>
The HTTP action header.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHttpActionHeader.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpActionHeader.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The HTTP header key.List<SdkField<?>>sdkFields()static Class<? extends HttpActionHeader.Builder>serializableBuilderClass()HttpActionHeader.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The HTTP header value.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
key
public final String key()
The HTTP header key.
- Returns:
- The HTTP header key.
-
value
public final String value()
The HTTP header value. Substitution templates are supported.
- Returns:
- The HTTP header value. Substitution templates are supported.
-
toBuilder
public HttpActionHeader.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HttpActionHeader.Builder,HttpActionHeader>
-
builder
public static HttpActionHeader.Builder builder()
-
serializableBuilderClass
public static Class<? extends HttpActionHeader.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-