Cloneable, ReadLimitInfo, ToCopyableBuilder<GetWebACLRequest.Builder,GetWebACLRequest>@Generated("software.amazon.awssdk:codegen") public class GetWebACLRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetWebACLRequest.Builder,GetWebACLRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetWebACLRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static GetWebACLRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetWebACLRequest.Builder> |
serializableBuilderClass() |
|
GetWebACLRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
webACLId() |
The
WebACLId of the WebACL that you want to get. |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String webACLId()
The WebACLId of the WebACL that you want to get. WebACLId is returned by
CreateWebACL and by ListWebACLs.
WebACLId of the WebACL that you want to get. WebACLId is returned by
CreateWebACL and by ListWebACLs.public GetWebACLRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetWebACLRequest.Builder,GetWebACLRequest>public static GetWebACLRequest.Builder builder()
public static Class<? extends GetWebACLRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.