@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResourcesForWebACLResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListResourcesForWebACLResult() |
| Modifier and Type | Method and Description |
|---|---|
ListResourcesForWebACLResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getResourceArns()
An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL.
|
int |
hashCode() |
void |
setResourceArns(Collection<String> resourceArns)
An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListResourcesForWebACLResult |
withResourceArns(Collection<String> resourceArns)
An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL.
|
ListResourcesForWebACLResult |
withResourceArns(String... resourceArns)
An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getResourceArns()
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 void setResourceArns(Collection<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.
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 ListResourcesForWebACLResult withResourceArns(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.
NOTE: This method appends the values to the existing list (if any). Use
setResourceArns(java.util.Collection) or withResourceArns(java.util.Collection) if you want to
override the existing values.
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 ListResourcesForWebACLResult withResourceArns(Collection<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.
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 String toString()
toString in class ObjectObject.toString()public ListResourcesForWebACLResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.