ToCopyableBuilder<ListResourcesForWebACLResponse.Builder,ListResourcesForWebACLResponse>
@Generated("software.amazon.awssdk:codegen") public class ListResourcesForWebACLResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListResourcesForWebACLResponse.Builder,ListResourcesForWebACLResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListResourcesForWebACLResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListResourcesForWebACLResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
resourceArns() |
An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL.
|
static Class<? extends ListResourcesForWebACLResponse.Builder> |
serializableBuilderClass() |
|
ListResourcesForWebACLResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<String> resourceArns()
An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An array with zero elements is returned if there are no resources associated with the web ACL.
public ListResourcesForWebACLResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListResourcesForWebACLResponse.Builder,ListResourcesForWebACLResponse>
public static ListResourcesForWebACLResponse.Builder builder()
public static Class<? extends ListResourcesForWebACLResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.