@Generated(value="software.amazon.awssdk:codegen") public final class AwsS3BucketWebsiteConfigurationRoutingRuleCondition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder,AwsS3BucketWebsiteConfigurationRoutingRuleCondition>
The condition that must be met in order to apply the routing rule.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
httpErrorCodeReturnedEquals()
Indicates to redirect the request if the HTTP error code matches this value.
|
String |
keyPrefixEquals()
Indicates to redirect the request if the key prefix matches this value.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder> |
serializableBuilderClass() |
AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String httpErrorCodeReturnedEquals()
Indicates to redirect the request if the HTTP error code matches this value.
public final String keyPrefixEquals()
Indicates to redirect the request if the key prefix matches this value.
public AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder toBuilder()
public static AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder builder()
public static Class<? extends AwsS3BucketWebsiteConfigurationRoutingRuleCondition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.