@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourcesForWebACLRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListResourcesForWebACLRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListResourcesForWebACLRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResourceType()
Used for web ACLs that are scoped for regional applications.
|
String |
getWebACLArn()
The Amazon Resource Name (ARN) of the Web ACL.
|
int |
hashCode() |
void |
setResourceType(String resourceType)
Used for web ACLs that are scoped for regional applications.
|
void |
setWebACLArn(String webACLArn)
The Amazon Resource Name (ARN) of the Web ACL.
|
String |
toString()
Returns a string representation of this object.
|
ListResourcesForWebACLRequest |
withResourceType(ResourceType resourceType)
Used for web ACLs that are scoped for regional applications.
|
ListResourcesForWebACLRequest |
withResourceType(String resourceType)
Used for web ACLs that are scoped for regional applications.
|
ListResourcesForWebACLRequest |
withWebACLArn(String webACLArn)
The Amazon Resource Name (ARN) of the Web ACL.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setWebACLArn(String webACLArn)
The Amazon Resource Name (ARN) of the Web ACL.
webACLArn - The Amazon Resource Name (ARN) of the Web ACL.public String getWebACLArn()
The Amazon Resource Name (ARN) of the Web ACL.
public ListResourcesForWebACLRequest withWebACLArn(String webACLArn)
The Amazon Resource Name (ARN) of the Web ACL.
webACLArn - The Amazon Resource Name (ARN) of the Web ACL.public void setResourceType(String resourceType)
Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API.
resourceType - Used for web ACLs that are scoped for regional applications. A regional application can be an Application
Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API.ResourceTypepublic String getResourceType()
Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API.
ResourceTypepublic ListResourcesForWebACLRequest withResourceType(String resourceType)
Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API.
resourceType - Used for web ACLs that are scoped for regional applications. A regional application can be an Application
Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API.ResourceTypepublic ListResourcesForWebACLRequest withResourceType(ResourceType resourceType)
Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API.
resourceType - Used for web ACLs that are scoped for regional applications. A regional application can be an Application
Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API.ResourceTypepublic String toString()
toString in class ObjectObject.toString()public ListResourcesForWebACLRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.