Class ResponseHeadersPolicyXSSProtection
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyXSSProtection
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ResponseHeadersPolicyXSSProtection.Builder,ResponseHeadersPolicyXSSProtection>
@Generated("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.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ResponseHeadersPolicyXSSProtection.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 themode=block
directive in theX-XSS-Protection
header.Boolean
override()
A Boolean that determines whether CloudFront overrides theX-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 theX-XSS-Protection
HTTP response header.String
reportUri()
A reporting URI, which CloudFront uses as the value of thereport
directive in theX-XSS-Protection
header.List<SdkField<?>>
sdkFields()
static Class<? extends ResponseHeadersPolicyXSSProtection.Builder>
serializableBuilderClass()
ResponseHeadersPolicyXSSProtection.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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
-
override
public 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.- Returns:
- 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.
-
protection
public final Boolean protection()
A Boolean that determines the value of the
X-XSS-Protection
HTTP response header. When this setting istrue
, the value of theX-XSS-Protection
header is1
. When this setting isfalse
, the value of theX-XSS-Protection
header is0
.For more information about these settings, see X-XSS-Protection in the MDN Web Docs.
- Returns:
- A Boolean that determines the value of the
X-XSS-Protection
HTTP response header. When this setting istrue
, the value of theX-XSS-Protection
header is1
. When this setting isfalse
, the value of theX-XSS-Protection
header is0
.For more information about these settings, see X-XSS-Protection in the MDN Web Docs.
-
modeBlock
public final Boolean modeBlock()
A Boolean that determines whether CloudFront includes the
mode=block
directive in theX-XSS-Protection
header.For more information about this directive, see X-XSS-Protection in the MDN Web Docs.
- Returns:
- A Boolean that determines whether CloudFront includes the
mode=block
directive in theX-XSS-Protection
header.For more information about this directive, see X-XSS-Protection in the MDN Web Docs.
-
reportUri
public final String reportUri()
A reporting URI, which CloudFront uses as the value of the
report
directive in theX-XSS-Protection
header.You cannot specify a
ReportUri
whenModeBlock
istrue
.For more information about using a reporting URL, see X-XSS-Protection in the MDN Web Docs.
- Returns:
- A reporting URI, which CloudFront uses as the value of the
report
directive in theX-XSS-Protection
header.You cannot specify a
ReportUri
whenModeBlock
istrue
.For more information about using a reporting URL, see X-XSS-Protection in the MDN Web Docs.
-
toBuilder
public ResponseHeadersPolicyXSSProtection.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ResponseHeadersPolicyXSSProtection.Builder,ResponseHeadersPolicyXSSProtection>
-
builder
public static ResponseHeadersPolicyXSSProtection.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResponseHeadersPolicyXSSProtection.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-