@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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) or an API Gateway stage.
resourceType
- Used for web ACLs that are scoped for regional applications. A regional application can be an Application
Load Balancer (ALB) or an API Gateway stage.ResourceType
public String getResourceType()
Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB) or an API Gateway stage.
ResourceType
public ListResourcesForWebACLRequest withResourceType(String resourceType)
Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB) or an API Gateway stage.
resourceType
- Used for web ACLs that are scoped for regional applications. A regional application can be an Application
Load Balancer (ALB) or an API Gateway stage.ResourceType
public ListResourcesForWebACLRequest withResourceType(ResourceType resourceType)
Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB) or an API Gateway stage.
resourceType
- Used for web ACLs that are scoped for regional applications. A regional application can be an Application
Load Balancer (ALB) or an API Gateway stage.ResourceType
public String toString()
toString
in class Object
Object.toString()
public ListResourcesForWebACLRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()