@Generated(value="software.amazon.awssdk:codegen") public final class Matcher extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Matcher.Builder,Matcher>
Information to use when checking for a successful response from a target.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Matcher.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Matcher.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
httpCode()
The HTTP codes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Matcher.Builder> |
serializableBuilderClass() |
Matcher.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String httpCode()
The HTTP codes.
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, "200,202") or a range of values (for example, "200-299").
For Network Load Balancers, this is 200–399.
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, "200,202") or a range of values (for example, "200-299").
For Network Load Balancers, this is 200–399.
public Matcher.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Matcher.Builder,Matcher>public static Matcher.Builder builder()
public static Class<? extends Matcher.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.