Class ResponseHeadersPolicyContentSecurityPolicy
java.lang.Object
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyContentSecurityPolicy
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResponseHeadersPolicyContentSecurityPolicy.Builder,ResponseHeadersPolicyContentSecurityPolicy>
@Generated("software.amazon.awssdk:codegen")
public final class ResponseHeadersPolicyContentSecurityPolicy
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ResponseHeadersPolicyContentSecurityPolicy.Builder,ResponseHeadersPolicyContentSecurityPolicy>
The policy directives and their values that CloudFront includes as values for the
Content-Security-Policy HTTP response header.
For more information about the Content-Security-Policy HTTP response header, see Content-Security-Policy
in the MDN Web Docs.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe policy directives and their values that CloudFront includes as values for theContent-Security-PolicyHTTP response header.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Booleanoverride()A Boolean that determines whether CloudFront overrides theContent-Security-PolicyHTTP response header received from the origin with the one specified in this response headers policy.static Class<? extends ResponseHeadersPolicyContentSecurityPolicy.Builder>final StringtoString()Returns a string representation of this object.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
-
override
A Boolean that determines whether CloudFront overrides the
Content-Security-PolicyHTTP response header received from the origin with the one specified in this response headers policy.- Returns:
- A Boolean that determines whether CloudFront overrides the
Content-Security-PolicyHTTP response header received from the origin with the one specified in this response headers policy.
-
contentSecurityPolicy
The policy directives and their values that CloudFront includes as values for the
Content-Security-PolicyHTTP response header.- Returns:
- The policy directives and their values that CloudFront includes as values for the
Content-Security-PolicyHTTP response header.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResponseHeadersPolicyContentSecurityPolicy.Builder,ResponseHeadersPolicyContentSecurityPolicy>
-
builder
-
serializableBuilderClass
public static Class<? extends ResponseHeadersPolicyContentSecurityPolicy.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
-