@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetSecretValueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetSecretValueRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetSecretValueRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
The filters to choose which secrets to retrieve.
|
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.
|
List<String> |
getSecretIdList()
The ARN or names of the secrets to retrieve.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
The filters to choose which secrets to retrieve.
|
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 |
setSecretIdList(Collection<String> secretIdList)
The ARN or names of the secrets to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetSecretValueRequest |
withFilters(Collection<Filter> filters)
The filters to choose which secrets to retrieve.
|
BatchGetSecretValueRequest |
withFilters(Filter... filters)
The filters to choose which secrets to retrieve.
|
BatchGetSecretValueRequest |
withMaxResults(Integer maxResults)
The number of results to include in the response.
|
BatchGetSecretValueRequest |
withNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous call did not show all results.
|
BatchGetSecretValueRequest |
withSecretIdList(Collection<String> secretIdList)
The ARN or names of the secrets to retrieve.
|
BatchGetSecretValueRequest |
withSecretIdList(String... secretIdList)
The ARN or names of the secrets to retrieve.
|
addHandlerContext, 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 List<String> getSecretIdList()
The ARN or names of the secrets to retrieve. You must include Filters
or SecretIdList
,
but not both.
Filters
or
SecretIdList
, but not both.public void setSecretIdList(Collection<String> secretIdList)
The ARN or names of the secrets to retrieve. You must include Filters
or SecretIdList
,
but not both.
secretIdList
- The ARN or names of the secrets to retrieve. You must include Filters
or
SecretIdList
, but not both.public BatchGetSecretValueRequest withSecretIdList(String... secretIdList)
The ARN or names of the secrets to retrieve. You must include Filters
or SecretIdList
,
but not both.
NOTE: This method appends the values to the existing list (if any). Use
setSecretIdList(java.util.Collection)
or withSecretIdList(java.util.Collection)
if you want to
override the existing values.
secretIdList
- The ARN or names of the secrets to retrieve. You must include Filters
or
SecretIdList
, but not both.public BatchGetSecretValueRequest withSecretIdList(Collection<String> secretIdList)
The ARN or names of the secrets to retrieve. You must include Filters
or SecretIdList
,
but not both.
secretIdList
- The ARN or names of the secrets to retrieve. You must include Filters
or
SecretIdList
, but not both.public List<Filter> getFilters()
The filters to choose which secrets to retrieve. You must include Filters
or
SecretIdList
, but not both.
Filters
or
SecretIdList
, but not both.public void setFilters(Collection<Filter> filters)
The filters to choose which secrets to retrieve. You must include Filters
or
SecretIdList
, but not both.
filters
- The filters to choose which secrets to retrieve. You must include Filters
or
SecretIdList
, but not both.public BatchGetSecretValueRequest withFilters(Filter... filters)
The filters to choose which secrets to retrieve. You must include Filters
or
SecretIdList
, but not both.
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 choose which secrets to retrieve. You must include Filters
or
SecretIdList
, but not both.public BatchGetSecretValueRequest withFilters(Collection<Filter> filters)
The filters to choose which secrets to retrieve. You must include Filters
or
SecretIdList
, but not both.
filters
- The filters to choose which secrets to retrieve. You must include Filters
or
SecretIdList
, but not both.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 BatchGetSecretValue
again with the value from NextToken
. To use this
parameter, you must also use the Filters
parameter.
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 BatchGetSecretValue
again with the value from
NextToken
. To use this parameter, you must also use the Filters
parameter.
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 BatchGetSecretValue
again with the value from NextToken
. To use this
parameter, you must also use the Filters
parameter.
If there are more results available, in the response, Secrets Manager includes NextToken
. To
get the next results, call BatchGetSecretValue
again with the value from
NextToken
. To use this parameter, you must also use the Filters
parameter.
public BatchGetSecretValueRequest 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 BatchGetSecretValue
again with the value from NextToken
. To use this
parameter, you must also use the Filters
parameter.
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 BatchGetSecretValue
again with the value from
NextToken
. To use this parameter, you must also use the Filters
parameter.
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 BatchGetSecretValue
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 BatchGetSecretValue
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 BatchGetSecretValue
again with this value.
BatchGetSecretValue
again with this value.public BatchGetSecretValueRequest 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 BatchGetSecretValue
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 BatchGetSecretValue
again with this value.public String toString()
toString
in class Object
Object.toString()
public BatchGetSecretValueRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()