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