Class ContinuousDeploymentSingleHeaderConfig
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.ContinuousDeploymentSingleHeaderConfig
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ContinuousDeploymentSingleHeaderConfig.Builder,ContinuousDeploymentSingleHeaderConfig>
@Generated("software.amazon.awssdk:codegen") public final class ContinuousDeploymentSingleHeaderConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContinuousDeploymentSingleHeaderConfig.Builder,ContinuousDeploymentSingleHeaderConfig>
This configuration determines which HTTP requests are sent to the staging distribution. If the HTTP request contains a header and value that matches what you specify here, the request is sent to the staging distribution. Otherwise the request is sent to the primary distribution.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ContinuousDeploymentSingleHeaderConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContinuousDeploymentSingleHeaderConfig.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
header()
The request header name that you want CloudFront to send to your staging distribution.List<SdkField<?>>
sdkFields()
static Class<? extends ContinuousDeploymentSingleHeaderConfig.Builder>
serializableBuilderClass()
ContinuousDeploymentSingleHeaderConfig.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
value()
The request 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
-
header
public final String header()
The request header name that you want CloudFront to send to your staging distribution. The header must contain the prefix
aws-cf-cd-
.- Returns:
- The request header name that you want CloudFront to send to your staging distribution. The header must
contain the prefix
aws-cf-cd-
.
-
value
public final String value()
The request header value.
- Returns:
- The request header value.
-
toBuilder
public ContinuousDeploymentSingleHeaderConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ContinuousDeploymentSingleHeaderConfig.Builder,ContinuousDeploymentSingleHeaderConfig>
-
builder
public static ContinuousDeploymentSingleHeaderConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContinuousDeploymentSingleHeaderConfig.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.
-
-