@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()
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
List<RegexPatternSetSummary> |
getRegexPatternSets()
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
void |
setRegexPatternSets(Collection<RegexPatternSetSummary> regexPatternSets)
|
String |
toString()
Returns a string representation of this object.
|
ListRegexPatternSetsResult |
withNextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
ListRegexPatternSetsResult |
withRegexPatternSets(Collection<RegexPatternSetSummary> regexPatternSets)
|
ListRegexPatternSetsResult |
withRegexPatternSets(RegexPatternSetSummary... regexPatternSets)
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextMarker(String nextMarker)
When you request a list of objects with a Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker - When you request a list of objects with a Limit setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public String getNextMarker()
When you request a list of objects with a Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
Limit setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public ListRegexPatternSetsResult withNextMarker(String nextMarker)
When you request a list of objects with a Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker - When you request a list of objects with a Limit setting, if the number of objects that are
still available for retrieval exceeds the limit, WAF returns a NextMarker value in the
response. To retrieve the next batch of objects, provide the marker from the prior call in your next
request.public List<RegexPatternSetSummary> getRegexPatternSets()
public void setRegexPatternSets(Collection<RegexPatternSetSummary> regexPatternSets)
regexPatternSets - public ListRegexPatternSetsResult withRegexPatternSets(RegexPatternSetSummary... regexPatternSets)
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 - public ListRegexPatternSetsResult withRegexPatternSets(Collection<RegexPatternSetSummary> regexPatternSets)
regexPatternSets - public String toString()
toString in class ObjectObject.toString()public ListRegexPatternSetsResult clone()