@Generated(value="software.amazon.awssdk:codegen") public final class GetRegexPatternSetRequest extends WafRequest implements ToCopyableBuilder<GetRegexPatternSetRequest.Builder,GetRegexPatternSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRegexPatternSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetRegexPatternSetRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
regexPatternSetId()
The
RegexPatternSetId of the RegexPatternSet that you want to get. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetRegexPatternSetRequest.Builder> |
serializableBuilderClass() |
GetRegexPatternSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String regexPatternSetId()
The RegexPatternSetId of the RegexPatternSet that you want to get.
RegexPatternSetId is returned by CreateRegexPatternSet and by ListRegexPatternSets.
RegexPatternSetId of the RegexPatternSet that you want to get.
RegexPatternSetId is returned by CreateRegexPatternSet and by
ListRegexPatternSets.public GetRegexPatternSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRegexPatternSetRequest.Builder,GetRegexPatternSetRequest>toBuilder in class WafRequestpublic static GetRegexPatternSetRequest.Builder builder()
public static Class<? extends GetRegexPatternSetRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.