Class ListSizeConstraintSetsResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIf you have moreSizeConstraintSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.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.toString()Returns a string representation of this object; useful for testing and debugging.withNextMarker(String nextMarker) If you have moreSizeConstraintSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue.withSizeConstraintSets(SizeConstraintSetSummary... sizeConstraintSets) An array of SizeConstraintSetSummary objects.withSizeConstraintSets(Collection<SizeConstraintSetSummary> sizeConstraintSets) An array of SizeConstraintSetSummary objects.
-
Constructor Details
-
ListSizeConstraintSetsResult
public ListSizeConstraintSetsResult()
-
-
Method Details
-
setNextMarker
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
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
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
An array of SizeConstraintSetSummary objects.
- Returns:
- An array of SizeConstraintSetSummary objects.
-
setSizeConstraintSets
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-