Class ListWebACLsResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIf you have moreWebACLobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.An array of WebACLSummary objects.inthashCode()voidsetNextMarker(String nextMarker) If you have moreWebACLobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.voidsetWebACLs(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 moreWebACLobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.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
WebACLobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreWebACLobjects, submit anotherListWebACLsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have moreWebACLobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreWebACLobjects, submit anotherListWebACLsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
getNextMarker
If you have more
WebACLobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreWebACLobjects, submit anotherListWebACLsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Returns:
- If you have more
WebACLobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreWebACLobjects, submit anotherListWebACLsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
withNextMarker
If you have more
WebACLobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreWebACLobjects, submit anotherListWebACLsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have moreWebACLobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreWebACLobjects, submit anotherListWebACLsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue 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
-
equals
-
hashCode
-
clone
-