Class ListWebACLsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value.An array of WebACLSummary objects.int
hashCode()
void
setNextMarker
(String nextMarker) If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value.void
setWebACLs
(Collection<WebACLSummary> webACLs) An array of WebACLSummary objects.toString()
Returns a string representation of this object; useful for testing and debugging.withNextMarker
(String nextMarker) If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value.withWebACLs
(WebACLSummary... webACLs) An array of WebACLSummary objects.withWebACLs
(Collection<WebACLSummary> webACLs) An array of WebACLSummary objects.
-
Constructor Details
-
ListWebACLsResult
public ListWebACLsResult()
-
-
Method Details
-
setNextMarker
If you have more
WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Parameters:
nextMarker
- If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
-
getNextMarker
If you have more
WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Returns:
- If you have more
WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
-
withNextMarker
If you have more
WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Parameters:
nextMarker
- If you have moreWebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getWebACLs
An array of WebACLSummary objects.
- Returns:
- An array of WebACLSummary objects.
-
setWebACLs
An array of WebACLSummary objects.
- Parameters:
webACLs
- An array of WebACLSummary objects.
-
withWebACLs
An array of WebACLSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
setWebACLs(java.util.Collection)
orwithWebACLs(java.util.Collection)
if you want to override the existing values.- Parameters:
webACLs
- An array of WebACLSummary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withWebACLs
An array of WebACLSummary objects.
- Parameters:
webACLs
- An array of WebACLSummary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-