Class ListByteMatchSetsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An array of ByteMatchSetSummary objects.If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value.int
hashCode()
void
setByteMatchSets
(Collection<ByteMatchSetSummary> byteMatchSets) An array of ByteMatchSetSummary objects.void
setNextMarker
(String nextMarker) If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value.toString()
Returns a string representation of this object; useful for testing and debugging.withByteMatchSets
(ByteMatchSetSummary... byteMatchSets) An array of ByteMatchSetSummary objects.withByteMatchSets
(Collection<ByteMatchSetSummary> byteMatchSets) An array of ByteMatchSetSummary objects.withNextMarker
(String nextMarker) If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value.
-
Constructor Details
-
ListByteMatchSetsResult
public ListByteMatchSetsResult()
-
-
Method Details
-
setNextMarker
If you have more
ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Parameters:
nextMarker
- If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
-
getNextMarker
If you have more
ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Returns:
- If you have more
ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
-
withNextMarker
If you have more
ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.- Parameters:
nextMarker
- If you have moreByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
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.
-
getByteMatchSets
An array of ByteMatchSetSummary objects.
- Returns:
- An array of ByteMatchSetSummary objects.
-
setByteMatchSets
An array of ByteMatchSetSummary objects.
- Parameters:
byteMatchSets
- An array of ByteMatchSetSummary objects.
-
withByteMatchSets
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-