@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()
The array of Amazon Resource Names (ARNs) of the associated resources.
|
int |
hashCode() |
void |
setResourceArns(Collection<String> resourceArns)
The array of Amazon Resource Names (ARNs) of the associated resources.
|
String |
toString()
Returns a string representation of this object.
|
ListResourcesForWebACLResult |
withResourceArns(Collection<String> resourceArns)
The array of Amazon Resource Names (ARNs) of the associated resources.
|
ListResourcesForWebACLResult |
withResourceArns(String... resourceArns)
The array of Amazon Resource Names (ARNs) of the associated resources.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getResourceArns()
The array of Amazon Resource Names (ARNs) of the associated resources.
public void setResourceArns(Collection<String> resourceArns)
The array of Amazon Resource Names (ARNs) of the associated resources.
resourceArns - The array of Amazon Resource Names (ARNs) of the associated resources.public ListResourcesForWebACLResult withResourceArns(String... resourceArns)
The array of Amazon Resource Names (ARNs) of the associated resources.
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 - The array of Amazon Resource Names (ARNs) of the associated resources.public ListResourcesForWebACLResult withResourceArns(Collection<String> resourceArns)
The array of Amazon Resource Names (ARNs) of the associated resources.
resourceArns - The array of Amazon Resource Names (ARNs) of the associated resources.public String toString()
toString in class ObjectObject.toString()public ListResourcesForWebACLResult clone()