ToCopyableBuilder<Matcher.Builder,Matcher>
@Generated("software.amazon.awssdk:codegen") public class Matcher extends Object implements ToCopyableBuilder<Matcher.Builder,Matcher>
Information to use when checking for a successful response from a target.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Matcher.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Matcher.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
httpCode() |
The HTTP codes.
|
static Class<? extends Matcher.Builder> |
serializableBuilderClass() |
|
Matcher.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String httpCode()
The HTTP codes. You can specify values between 200 and 499. The default value is 200. You can specify multiple values (for example, "200,202") or a range of values (for example, "200-299").
public Matcher.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Matcher.Builder,Matcher>
public static Matcher.Builder builder()
public static Class<? extends Matcher.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.