@Generated(value="software.amazon.awssdk:codegen") public final class ResponseHeadersPolicyXSSProtection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResponseHeadersPolicyXSSProtection.Builder,ResponseHeadersPolicyXSSProtection>
Determines whether CloudFront includes the X-XSS-Protection HTTP response header and the header's value.
For more information about the X-XSS-Protection HTTP response header, see X-XSS-Protection in the MDN Web
Docs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResponseHeadersPolicyXSSProtection.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResponseHeadersPolicyXSSProtection.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
modeBlock()
A Boolean that determines whether CloudFront includes the
mode=block directive in the
X-XSS-Protection header. |
Boolean |
override()
A Boolean that determines whether CloudFront overrides the
X-XSS-Protection HTTP response header
received from the origin with the one specified in this response headers policy. |
Boolean |
protection()
A Boolean that determines the value of the
X-XSS-Protection HTTP response header. |
String |
reportUri()
A reporting URI, which CloudFront uses as the value of the
report directive in the
X-XSS-Protection header. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResponseHeadersPolicyXSSProtection.Builder> |
serializableBuilderClass() |
ResponseHeadersPolicyXSSProtection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean override()
A Boolean that determines whether CloudFront overrides the X-XSS-Protection HTTP response header
received from the origin with the one specified in this response headers policy.
X-XSS-Protection HTTP response
header received from the origin with the one specified in this response headers policy.public final Boolean protection()
A Boolean that determines the value of the X-XSS-Protection HTTP response header. When this setting
is true, the value of the X-XSS-Protection header is 1. When this setting
is false, the value of the X-XSS-Protection header is 0.
For more information about these settings, see X-XSS-Protection in the MDN Web Docs.
X-XSS-Protection HTTP response header. When this
setting is true, the value of the X-XSS-Protection header is 1.
When this setting is false, the value of the X-XSS-Protection header is
0.
For more information about these settings, see X-XSS-Protection in the MDN Web Docs.
public final Boolean modeBlock()
A Boolean that determines whether CloudFront includes the mode=block directive in the
X-XSS-Protection header.
For more information about this directive, see X-XSS-Protection in the MDN Web Docs.
mode=block directive in the
X-XSS-Protection header.
For more information about this directive, see X-XSS-Protection in the MDN Web Docs.
public final String reportUri()
A reporting URI, which CloudFront uses as the value of the report directive in the
X-XSS-Protection header.
You cannot specify a ReportUri when ModeBlock is true.
For more information about using a reporting URL, see X-XSS-Protection in the MDN Web Docs.
report directive in the
X-XSS-Protection header.
You cannot specify a ReportUri when ModeBlock is true.
For more information about using a reporting URL, see X-XSS-Protection in the MDN Web Docs.
public ResponseHeadersPolicyXSSProtection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResponseHeadersPolicyXSSProtection.Builder,ResponseHeadersPolicyXSSProtection>public static ResponseHeadersPolicyXSSProtection.Builder builder()
public static Class<? extends ResponseHeadersPolicyXSSProtection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.