public class ListWebACLsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ListWebACLsResult() |
Modifier and Type | Method and Description |
---|---|
ListWebACLsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
If you have more
WebACL objects than the number that you
specified for Limit in the request, the response includes a
NextMarker value. |
List<WebACLSummary> |
getWebACLs()
An array of WebACLSummary objects.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
If you have more
WebACL objects than the number that you
specified for Limit in the request, the response includes a
NextMarker value. |
void |
setWebACLs(Collection<WebACLSummary> webACLs)
An array of WebACLSummary objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListWebACLsResult |
withNextMarker(String nextMarker)
If you have more
WebACL objects than the number that you
specified for Limit in the request, the response includes a
NextMarker value. |
ListWebACLsResult |
withWebACLs(Collection<WebACLSummary> webACLs)
An array of WebACLSummary objects.
|
ListWebACLsResult |
withWebACLs(WebACLSummary... webACLs)
An array of WebACLSummary objects.
|
public void setNextMarker(String nextMarker)
If you have more WebACL
objects than the number that you
specified for Limit
in the request, the response includes a
NextMarker
value. To list more WebACL
objects,
submit another ListWebACLs
request, and specify the
NextMarker
value from the response in the
NextMarker
value in the next request.
nextMarker
- If you have more WebACL
objects than the number that
you specified for Limit
in the request, the response
includes a NextMarker
value. To list more
WebACL
objects, submit another
ListWebACLs
request, and specify the
NextMarker
value from the response in the
NextMarker
value in the next request.public String getNextMarker()
If you have more WebACL
objects than the number that you
specified for Limit
in the request, the response includes a
NextMarker
value. To list more WebACL
objects,
submit another ListWebACLs
request, and specify the
NextMarker
value from the response in the
NextMarker
value in the next request.
WebACL
objects than the number that
you specified for Limit
in the request, the response
includes a NextMarker
value. To list more
WebACL
objects, submit another
ListWebACLs
request, and specify the
NextMarker
value from the response in the
NextMarker
value in the next request.public ListWebACLsResult withNextMarker(String nextMarker)
If you have more WebACL
objects than the number that you
specified for Limit
in the request, the response includes a
NextMarker
value. To list more WebACL
objects,
submit another ListWebACLs
request, and specify the
NextMarker
value from the response in the
NextMarker
value in the next request.
nextMarker
- If you have more WebACL
objects than the number that
you specified for Limit
in the request, the response
includes a NextMarker
value. To list more
WebACL
objects, submit another
ListWebACLs
request, and specify the
NextMarker
value from the response in the
NextMarker
value in the next request.public List<WebACLSummary> getWebACLs()
An array of WebACLSummary objects.
public void setWebACLs(Collection<WebACLSummary> webACLs)
An array of WebACLSummary objects.
webACLs
- An array of WebACLSummary objects.public ListWebACLsResult withWebACLs(WebACLSummary... webACLs)
An array of WebACLSummary objects.
NOTE: This method appends the values to the existing list (if
any). Use setWebACLs(java.util.Collection)
or
withWebACLs(java.util.Collection)
if you want to override the
existing values.
webACLs
- An array of WebACLSummary objects.public ListWebACLsResult withWebACLs(Collection<WebACLSummary> webACLs)
An array of WebACLSummary objects.
webACLs
- An array of WebACLSummary objects.public String toString()
toString
in class Object
Object.toString()
public ListWebACLsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.