@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAPIKeysResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAPIKeysResult() |
Modifier and Type | Method and Description |
---|---|
ListAPIKeysResult |
clone() |
boolean |
equals(Object obj) |
List<APIKeySummary> |
getAPIKeySummaries()
The array of key summaries.
|
String |
getApplicationIntegrationURL()
The CAPTCHA application integration URL, for use in your JavaScript implementation.
|
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 |
setAPIKeySummaries(Collection<APIKeySummary> aPIKeySummaries)
The array of key summaries.
|
void |
setApplicationIntegrationURL(String applicationIntegrationURL)
The CAPTCHA application integration URL, for use in your JavaScript implementation.
|
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.
|
ListAPIKeysResult |
withAPIKeySummaries(APIKeySummary... aPIKeySummaries)
The array of key summaries.
|
ListAPIKeysResult |
withAPIKeySummaries(Collection<APIKeySummary> aPIKeySummaries)
The array of key summaries.
|
ListAPIKeysResult |
withApplicationIntegrationURL(String applicationIntegrationURL)
The CAPTCHA application integration URL, for use in your JavaScript implementation.
|
ListAPIKeysResult |
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 ListAPIKeysResult 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<APIKeySummary> getAPIKeySummaries()
The array of key summaries. 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 setAPIKeySummaries(Collection<APIKeySummary> aPIKeySummaries)
The array of key summaries. If you specified a Limit
in your request, this might not be the full
list.
aPIKeySummaries
- The array of key summaries. If you specified a Limit
in your request, this might not be the
full list.public ListAPIKeysResult withAPIKeySummaries(APIKeySummary... aPIKeySummaries)
The array of key summaries. 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
setAPIKeySummaries(java.util.Collection)
or withAPIKeySummaries(java.util.Collection)
if you
want to override the existing values.
aPIKeySummaries
- The array of key summaries. If you specified a Limit
in your request, this might not be the
full list.public ListAPIKeysResult withAPIKeySummaries(Collection<APIKeySummary> aPIKeySummaries)
The array of key summaries. If you specified a Limit
in your request, this might not be the full
list.
aPIKeySummaries
- The array of key summaries. If you specified a Limit
in your request, this might not be the
full list.public void setApplicationIntegrationURL(String applicationIntegrationURL)
The CAPTCHA application integration URL, for use in your JavaScript implementation.
applicationIntegrationURL
- The CAPTCHA application integration URL, for use in your JavaScript implementation.public String getApplicationIntegrationURL()
The CAPTCHA application integration URL, for use in your JavaScript implementation.
public ListAPIKeysResult withApplicationIntegrationURL(String applicationIntegrationURL)
The CAPTCHA application integration URL, for use in your JavaScript implementation.
applicationIntegrationURL
- The CAPTCHA application integration URL, for use in your JavaScript implementation.public String toString()
toString
in class Object
Object.toString()
public ListAPIKeysResult clone()