@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
RegexPatternSet objects than the number that you specified for Limit
in the request, the response includes a NextMarker value. |
List<RegexPatternSetSummary> |
getRegexPatternSets()
An array of RegexPatternSetSummary objects.
|
int |
hashCode() |
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. |
void |
setRegexPatternSets(Collection<RegexPatternSetSummary> regexPatternSets)
An array of RegexPatternSetSummary objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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. |
ListRegexPatternSetsResult |
withRegexPatternSets(Collection<RegexPatternSetSummary> regexPatternSets)
An array of RegexPatternSetSummary objects.
|
ListRegexPatternSetsResult |
withRegexPatternSets(RegexPatternSetSummary... regexPatternSets)
An array of RegexPatternSetSummary objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public ListRegexPatternSetsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.