Class ListByteMatchSetsResult
- java.lang.Object
-
- com.amazonaws.services.waf.model.ListByteMatchSetsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ListByteMatchSetsResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListByteMatchSetsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListByteMatchSetsResultclone()booleanequals(Object obj)List<ByteMatchSetSummary>getByteMatchSets()An array of ByteMatchSetSummary objects.StringgetNextMarker()If you have moreByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.inthashCode()voidsetByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)An array of ByteMatchSetSummary objects.voidsetNextMarker(String nextMarker)If you have moreByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListByteMatchSetsResultwithByteMatchSets(ByteMatchSetSummary... byteMatchSets)An array of ByteMatchSetSummary objects.ListByteMatchSetsResultwithByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)An array of ByteMatchSetSummary objects.ListByteMatchSetsResultwithNextMarker(String nextMarker)If you have moreByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.
-
-
-
Method Detail
-
setNextMarker
public void setNextMarker(String nextMarker)
If you have more
ByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreByteMatchSetobjects, submit anotherListByteMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have moreByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreByteMatchSetobjects, submit anotherListByteMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
getNextMarker
public String getNextMarker()
If you have more
ByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreByteMatchSetobjects, submit anotherListByteMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Returns:
- If you have more
ByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreByteMatchSetobjects, submit anotherListByteMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
withNextMarker
public ListByteMatchSetsResult withNextMarker(String nextMarker)
If you have more
ByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreByteMatchSetobjects, submit anotherListByteMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have moreByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreByteMatchSetobjects, submit anotherListByteMatchSetsrequest, 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.
-
getByteMatchSets
public List<ByteMatchSetSummary> getByteMatchSets()
An array of ByteMatchSetSummary objects.
- Returns:
- An array of ByteMatchSetSummary objects.
-
setByteMatchSets
public void setByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)
An array of ByteMatchSetSummary objects.
- Parameters:
byteMatchSets- An array of ByteMatchSetSummary objects.
-
withByteMatchSets
public ListByteMatchSetsResult withByteMatchSets(ByteMatchSetSummary... byteMatchSets)
An array of ByteMatchSetSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
setByteMatchSets(java.util.Collection)orwithByteMatchSets(java.util.Collection)if you want to override the existing values.- Parameters:
byteMatchSets- An array of ByteMatchSetSummary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withByteMatchSets
public ListByteMatchSetsResult withByteMatchSets(Collection<ByteMatchSetSummary> byteMatchSets)
An array of ByteMatchSetSummary objects.
- Parameters:
byteMatchSets- An array of ByteMatchSetSummary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListByteMatchSetsResult clone()
-
-