@Generated(value="software.amazon.awssdk:codegen") public final class ListResourcesForWebAclResponse extends WafResponse implements ToCopyableBuilder<ListResourcesForWebAclResponse.Builder,ListResourcesForWebAclResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListResourcesForWebAclResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListResourcesForWebAclResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasResourceArns()
Returns true if the ResourceArns property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<String> |
resourceArns()
An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListResourcesForWebAclResponse.Builder> |
serializableBuilderClass() |
ListResourcesForWebAclResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasResourceArns()
public final 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasResourceArns() to see if a value was sent in this field.
public ListResourcesForWebAclResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListResourcesForWebAclResponse.Builder,ListResourcesForWebAclResponse>toBuilder in class AwsResponsepublic static ListResourcesForWebAclResponse.Builder builder()
public static Class<? extends ListResourcesForWebAclResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.