Class ListSizeConstraintSetsResult
- java.lang.Object
-
- com.amazonaws.services.waf.model.ListSizeConstraintSetsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ListSizeConstraintSetsResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListSizeConstraintSetsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSizeConstraintSetsResultclone()booleanequals(Object obj)StringgetNextMarker()If you have moreSizeConstraintSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.List<SizeConstraintSetSummary>getSizeConstraintSets()An array of SizeConstraintSetSummary objects.inthashCode()voidsetNextMarker(String nextMarker)If you have moreSizeConstraintSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.voidsetSizeConstraintSets(Collection<SizeConstraintSetSummary> sizeConstraintSets)An array of SizeConstraintSetSummary objects.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListSizeConstraintSetsResultwithNextMarker(String nextMarker)If you have moreSizeConstraintSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.ListSizeConstraintSetsResultwithSizeConstraintSets(SizeConstraintSetSummary... sizeConstraintSets)An array of SizeConstraintSetSummary objects.ListSizeConstraintSetsResultwithSizeConstraintSets(Collection<SizeConstraintSetSummary> sizeConstraintSets)An array of SizeConstraintSetSummary objects.
-
-
-
Method Detail
-
setNextMarker
public void setNextMarker(String nextMarker)
If you have more
SizeConstraintSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreSizeConstraintSetobjects, submit anotherListSizeConstraintSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have moreSizeConstraintSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreSizeConstraintSetobjects, submit anotherListSizeConstraintSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
getNextMarker
public String getNextMarker()
If you have more
SizeConstraintSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreSizeConstraintSetobjects, submit anotherListSizeConstraintSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Returns:
- If you have more
SizeConstraintSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreSizeConstraintSetobjects, submit anotherListSizeConstraintSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
-
withNextMarker
public ListSizeConstraintSetsResult withNextMarker(String nextMarker)
If you have more
SizeConstraintSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreSizeConstraintSetobjects, submit anotherListSizeConstraintSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.- Parameters:
nextMarker- If you have moreSizeConstraintSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreSizeConstraintSetobjects, submit anotherListSizeConstraintSetsrequest, 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.
-
getSizeConstraintSets
public List<SizeConstraintSetSummary> getSizeConstraintSets()
An array of SizeConstraintSetSummary objects.
- Returns:
- An array of SizeConstraintSetSummary objects.
-
setSizeConstraintSets
public void setSizeConstraintSets(Collection<SizeConstraintSetSummary> sizeConstraintSets)
An array of SizeConstraintSetSummary objects.
- Parameters:
sizeConstraintSets- An array of SizeConstraintSetSummary objects.
-
withSizeConstraintSets
public ListSizeConstraintSetsResult withSizeConstraintSets(SizeConstraintSetSummary... sizeConstraintSets)
An array of SizeConstraintSetSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
setSizeConstraintSets(java.util.Collection)orwithSizeConstraintSets(java.util.Collection)if you want to override the existing values.- Parameters:
sizeConstraintSets- An array of SizeConstraintSetSummary objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSizeConstraintSets
public ListSizeConstraintSetsResult withSizeConstraintSets(Collection<SizeConstraintSetSummary> sizeConstraintSets)
An array of SizeConstraintSetSummary objects.
- Parameters:
sizeConstraintSets- An array of SizeConstraintSetSummary 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 ListSizeConstraintSetsResult clone()
-
-