Class ResponseHeadersPolicyCustomHeader
java.lang.Object
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyCustomHeader
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResponseHeadersPolicyCustomHeader.Builder,ResponseHeadersPolicyCustomHeader>
@Generated("software.amazon.awssdk:codegen")
public final class ResponseHeadersPolicyCustomHeader
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ResponseHeadersPolicyCustomHeader.Builder,ResponseHeadersPolicyCustomHeader>
An HTTP response header name and its value. CloudFront includes this header in HTTP responses that it sends for requests that match a cache behavior that's associated with this response headers policy.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringheader()The HTTP response header name.final Booleanoverride()A Boolean that determines whether CloudFront overrides a response header with the same name received from the origin with the header specified here.static Class<? extends ResponseHeadersPolicyCustomHeader.Builder>final StringtoString()Returns a string representation of this object.final Stringvalue()The value for the HTTP response header.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
header
The HTTP response header name.
- Returns:
- The HTTP response header name.
-
value
The value for the HTTP response header.
- Returns:
- The value for the HTTP response header.
-
override
A Boolean that determines whether CloudFront overrides a response header with the same name received from the origin with the header specified here.
- Returns:
- A Boolean that determines whether CloudFront overrides a response header with the same name received from the origin with the header specified here.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResponseHeadersPolicyCustomHeader.Builder,ResponseHeadersPolicyCustomHeader>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-