@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSecretsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSecretsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSecretsRequest |
clone() |
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
The filters to apply to the list of secrets.
|
Integer |
getMaxResults()
The number of results to include in the response.
|
String |
getNextToken()
A token that indicates where the output should continue from, if a previous call did not show all results.
|
String |
getSortOrder()
Lists secrets in the requested order.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
The filters to apply to the list of secrets.
|
void |
setMaxResults(Integer maxResults)
The number of results to include in the response.
|
void |
setNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous call did not show all results.
|
void |
setSortOrder(String sortOrder)
Lists secrets in the requested order.
|
String |
toString()
Returns a string representation of this object.
|
ListSecretsRequest |
withFilters(Collection<Filter> filters)
The filters to apply to the list of secrets.
|
ListSecretsRequest |
withFilters(Filter... filters)
The filters to apply to the list of secrets.
|
ListSecretsRequest |
withMaxResults(Integer maxResults)
The number of results to include in the response.
|
ListSecretsRequest |
withNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous call did not show all results.
|
ListSecretsRequest |
withSortOrder(SortOrderType sortOrder)
Lists secrets in the requested order.
|
ListSecretsRequest |
withSortOrder(String sortOrder)
Lists secrets in the requested order.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes NextToken
. To get the
next results, call ListSecrets
again with the value from NextToken
.
maxResults
- The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes NextToken
. To
get the next results, call ListSecrets
again with the value from NextToken
.
public Integer getMaxResults()
The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes NextToken
. To get the
next results, call ListSecrets
again with the value from NextToken
.
If there are more results available, in the response, Secrets Manager includes NextToken
. To
get the next results, call ListSecrets
again with the value from NextToken
.
public ListSecretsRequest withMaxResults(Integer maxResults)
The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes NextToken
. To get the
next results, call ListSecrets
again with the value from NextToken
.
maxResults
- The number of results to include in the response.
If there are more results available, in the response, Secrets Manager includes NextToken
. To
get the next results, call ListSecrets
again with the value from NextToken
.
public void setNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous call did not show all results. To get
the next results, call ListSecrets
again with this value.
nextToken
- A token that indicates where the output should continue from, if a previous call did not show all results.
To get the next results, call ListSecrets
again with this value.public String getNextToken()
A token that indicates where the output should continue from, if a previous call did not show all results. To get
the next results, call ListSecrets
again with this value.
ListSecrets
again with this value.public ListSecretsRequest withNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous call did not show all results. To get
the next results, call ListSecrets
again with this value.
nextToken
- A token that indicates where the output should continue from, if a previous call did not show all results.
To get the next results, call ListSecrets
again with this value.public List<Filter> getFilters()
The filters to apply to the list of secrets.
public void setFilters(Collection<Filter> filters)
The filters to apply to the list of secrets.
filters
- The filters to apply to the list of secrets.public ListSecretsRequest withFilters(Filter... filters)
The filters to apply to the list of secrets.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- The filters to apply to the list of secrets.public ListSecretsRequest withFilters(Collection<Filter> filters)
The filters to apply to the list of secrets.
filters
- The filters to apply to the list of secrets.public void setSortOrder(String sortOrder)
Lists secrets in the requested order.
sortOrder
- Lists secrets in the requested order.SortOrderType
public String getSortOrder()
Lists secrets in the requested order.
SortOrderType
public ListSecretsRequest withSortOrder(String sortOrder)
Lists secrets in the requested order.
sortOrder
- Lists secrets in the requested order.SortOrderType
public ListSecretsRequest withSortOrder(SortOrderType sortOrder)
Lists secrets in the requested order.
sortOrder
- Lists secrets in the requested order.SortOrderType
public String toString()
toString
in class Object
Object.toString()
public ListSecretsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.