@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIPSetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListIPSetsResult() |
Modifier and Type | Method and Description |
---|---|
ListIPSetsResult |
clone() |
boolean |
equals(Object obj) |
List<IPSetSummary> |
getIPSets()
Array of IPSets.
|
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. |
int |
hashCode() |
void |
setIPSets(Collection<IPSetSummary> iPSets)
Array of IPSets.
|
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. |
String |
toString()
Returns a string representation of this object.
|
ListIPSetsResult |
withIPSets(Collection<IPSetSummary> iPSets)
Array of IPSets.
|
ListIPSetsResult |
withIPSets(IPSetSummary... iPSets)
Array of IPSets.
|
ListIPSetsResult |
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. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 ListIPSetsResult 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<IPSetSummary> getIPSets()
Array of IPSets. If you specified a Limit
in your request, this might not be the full list.
Limit
in your request, this might not be the full list.public void setIPSets(Collection<IPSetSummary> iPSets)
Array of IPSets. If you specified a Limit
in your request, this might not be the full list.
iPSets
- Array of IPSets. If you specified a Limit
in your request, this might not be the full list.public ListIPSetsResult withIPSets(IPSetSummary... iPSets)
Array of IPSets. If you specified a Limit
in your request, this might not be the full list.
NOTE: This method appends the values to the existing list (if any). Use
setIPSets(java.util.Collection)
or withIPSets(java.util.Collection)
if you want to override the
existing values.
iPSets
- Array of IPSets. If you specified a Limit
in your request, this might not be the full list.public ListIPSetsResult withIPSets(Collection<IPSetSummary> iPSets)
Array of IPSets. If you specified a Limit
in your request, this might not be the full list.
iPSets
- Array of IPSets. If you specified a Limit
in your request, this might not be the full list.public String toString()
toString
in class Object
Object.toString()
public ListIPSetsResult clone()