@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRegexPatternSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListRegexPatternSetsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListRegexPatternSetsResult | clone() | 
| boolean | equals(Object obj) | 
| String | getNextMarker()
 If you have more  RegexPatternSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. | 
| List<RegexPatternSetSummary> | getRegexPatternSets()
 An array of RegexPatternSetSummary objects. | 
| int | hashCode() | 
| void | setNextMarker(String nextMarker)
 If you have more  RegexPatternSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. | 
| void | setRegexPatternSets(Collection<RegexPatternSetSummary> regexPatternSets)
 An array of RegexPatternSetSummary objects. | 
| String | toString()Returns a string representation of this object. | 
| ListRegexPatternSetsResult | withNextMarker(String nextMarker)
 If you have more  RegexPatternSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. | 
| ListRegexPatternSetsResult | withRegexPatternSets(Collection<RegexPatternSetSummary> regexPatternSets)
 An array of RegexPatternSetSummary objects. | 
| ListRegexPatternSetsResult | withRegexPatternSets(RegexPatternSetSummary... regexPatternSets)
 An array of RegexPatternSetSummary objects. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextMarker(String nextMarker)
 If you have more RegexPatternSet objects than the number that you specified for Limit
 in the request, the response includes a NextMarker value. To list more RegexPatternSet
 objects, submit another ListRegexPatternSets request, and specify the NextMarker value
 from the response in the NextMarker value in the next request.
 
nextMarker - If you have more RegexPatternSet objects than the number that you specified for
        Limit in the request, the response includes a NextMarker value. To list more
        RegexPatternSet objects, submit another ListRegexPatternSets request, and
        specify the NextMarker value from the response in the NextMarker value in the
        next request.public String getNextMarker()
 If you have more RegexPatternSet objects than the number that you specified for Limit
 in the request, the response includes a NextMarker value. To list more RegexPatternSet
 objects, submit another ListRegexPatternSets request, and specify the NextMarker value
 from the response in the NextMarker value in the next request.
 
RegexPatternSet objects than the number that you specified for
         Limit in the request, the response includes a NextMarker value. To list more
         RegexPatternSet objects, submit another ListRegexPatternSets request, and
         specify the NextMarker value from the response in the NextMarker value in the
         next request.public ListRegexPatternSetsResult withNextMarker(String nextMarker)
 If you have more RegexPatternSet objects than the number that you specified for Limit
 in the request, the response includes a NextMarker value. To list more RegexPatternSet
 objects, submit another ListRegexPatternSets request, and specify the NextMarker value
 from the response in the NextMarker value in the next request.
 
nextMarker - If you have more RegexPatternSet objects than the number that you specified for
        Limit in the request, the response includes a NextMarker value. To list more
        RegexPatternSet objects, submit another ListRegexPatternSets request, and
        specify the NextMarker value from the response in the NextMarker value in the
        next request.public List<RegexPatternSetSummary> getRegexPatternSets()
An array of RegexPatternSetSummary objects.
public void setRegexPatternSets(Collection<RegexPatternSetSummary> regexPatternSets)
An array of RegexPatternSetSummary objects.
regexPatternSets - An array of RegexPatternSetSummary objects.public ListRegexPatternSetsResult withRegexPatternSets(RegexPatternSetSummary... regexPatternSets)
An array of RegexPatternSetSummary objects.
 NOTE: This method appends the values to the existing list (if any). Use
 setRegexPatternSets(java.util.Collection) or withRegexPatternSets(java.util.Collection) if you
 want to override the existing values.
 
regexPatternSets - An array of RegexPatternSetSummary objects.public ListRegexPatternSetsResult withRegexPatternSets(Collection<RegexPatternSetSummary> regexPatternSets)
An array of RegexPatternSetSummary objects.
regexPatternSets - An array of RegexPatternSetSummary objects.public String toString()
toString in class ObjectObject.toString()public ListRegexPatternSetsResult clone()