@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRegexMatchSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListRegexMatchSetsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListRegexMatchSetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
If you have more
RegexMatchSet objects than the number that you specified for Limit in
the request, the response includes a NextMarker value. |
List<RegexMatchSetSummary> |
getRegexMatchSets()
An array of RegexMatchSetSummary objects.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
If you have more
RegexMatchSet objects than the number that you specified for Limit in
the request, the response includes a NextMarker value. |
void |
setRegexMatchSets(Collection<RegexMatchSetSummary> regexMatchSets)
An array of RegexMatchSetSummary objects.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListRegexMatchSetsResult |
withNextMarker(String nextMarker)
If you have more
RegexMatchSet objects than the number that you specified for Limit in
the request, the response includes a NextMarker value. |
ListRegexMatchSetsResult |
withRegexMatchSets(Collection<RegexMatchSetSummary> regexMatchSets)
An array of RegexMatchSetSummary objects.
|
ListRegexMatchSetsResult |
withRegexMatchSets(RegexMatchSetSummary... regexMatchSets)
An array of RegexMatchSetSummary objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextMarker(String nextMarker)
If you have more RegexMatchSet objects than the number that you specified for Limit in
the request, the response includes a NextMarker value. To list more RegexMatchSet
objects, submit another ListRegexMatchSets request, and specify the NextMarker value
from the response in the NextMarker value in the next request.
nextMarker - If you have more RegexMatchSet objects than the number that you specified for
Limit in the request, the response includes a NextMarker value. To list more
RegexMatchSet objects, submit another ListRegexMatchSets request, and specify
the NextMarker value from the response in the NextMarker value in the next
request.public String getNextMarker()
If you have more RegexMatchSet objects than the number that you specified for Limit in
the request, the response includes a NextMarker value. To list more RegexMatchSet
objects, submit another ListRegexMatchSets request, and specify the NextMarker value
from the response in the NextMarker value in the next request.
RegexMatchSet objects than the number that you specified for
Limit in the request, the response includes a NextMarker value. To list more
RegexMatchSet objects, submit another ListRegexMatchSets request, and specify
the NextMarker value from the response in the NextMarker value in the next
request.public ListRegexMatchSetsResult withNextMarker(String nextMarker)
If you have more RegexMatchSet objects than the number that you specified for Limit in
the request, the response includes a NextMarker value. To list more RegexMatchSet
objects, submit another ListRegexMatchSets request, and specify the NextMarker value
from the response in the NextMarker value in the next request.
nextMarker - If you have more RegexMatchSet objects than the number that you specified for
Limit in the request, the response includes a NextMarker value. To list more
RegexMatchSet objects, submit another ListRegexMatchSets request, and specify
the NextMarker value from the response in the NextMarker value in the next
request.public List<RegexMatchSetSummary> getRegexMatchSets()
An array of RegexMatchSetSummary objects.
public void setRegexMatchSets(Collection<RegexMatchSetSummary> regexMatchSets)
An array of RegexMatchSetSummary objects.
regexMatchSets - An array of RegexMatchSetSummary objects.public ListRegexMatchSetsResult withRegexMatchSets(RegexMatchSetSummary... regexMatchSets)
An array of RegexMatchSetSummary objects.
NOTE: This method appends the values to the existing list (if any). Use
setRegexMatchSets(java.util.Collection) or withRegexMatchSets(java.util.Collection) if you want
to override the existing values.
regexMatchSets - An array of RegexMatchSetSummary objects.public ListRegexMatchSetsResult withRegexMatchSets(Collection<RegexMatchSetSummary> regexMatchSets)
An array of RegexMatchSetSummary objects.
regexMatchSets - An array of RegexMatchSetSummary objects.public String toString()
toString in class ObjectObject.toString()public ListRegexMatchSetsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.