@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSecretVersionIdsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSecretVersionIdsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSecretVersionIdsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIncludeDeprecated()
Specifies whether to include versions of secrets that don't have any staging labels attached to them.
|
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 |
getSecretId()
The ARN or name of the secret whose versions you want to list.
|
int |
hashCode() |
Boolean |
isIncludeDeprecated()
Specifies whether to include versions of secrets that don't have any staging labels attached to them.
|
void |
setIncludeDeprecated(Boolean includeDeprecated)
Specifies whether to include versions of secrets that don't have any staging labels attached to them.
|
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 |
setSecretId(String secretId)
The ARN or name of the secret whose versions you want to list.
|
String |
toString()
Returns a string representation of this object.
|
ListSecretVersionIdsRequest |
withIncludeDeprecated(Boolean includeDeprecated)
Specifies whether to include versions of secrets that don't have any staging labels attached to them.
|
ListSecretVersionIdsRequest |
withMaxResults(Integer maxResults)
The number of results to include in the response.
|
ListSecretVersionIdsRequest |
withNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous call did not show all results.
|
ListSecretVersionIdsRequest |
withSecretId(String secretId)
The ARN or name of the secret whose versions you want to list.
|
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 void setSecretId(String secretId)
The ARN or name of the secret whose versions you want to list.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
secretId
- The ARN or name of the secret whose versions you want to list.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
public String getSecretId()
The ARN or name of the secret whose versions you want to list.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
public ListSecretVersionIdsRequest withSecretId(String secretId)
The ARN or name of the secret whose versions you want to list.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
secretId
- The ARN or name of the secret whose versions you want to list.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
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 ListSecretVersionIds
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 ListSecretVersionIds
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 ListSecretVersionIds
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 ListSecretVersionIds
again with the value from
NextToken
.
public ListSecretVersionIdsRequest 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 ListSecretVersionIds
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 ListSecretVersionIds
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 ListSecretVersionIds
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 ListSecretVersionIds
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 ListSecretVersionIds
again with this value.
ListSecretVersionIds
again with this value.public ListSecretVersionIdsRequest 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 ListSecretVersionIds
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 ListSecretVersionIds
again with this value.public void setIncludeDeprecated(Boolean includeDeprecated)
Specifies whether to include versions of secrets that don't have any staging labels attached to them. Versions without staging labels are considered deprecated and are subject to deletion by Secrets Manager. By default, versions without staging labels aren't included.
includeDeprecated
- Specifies whether to include versions of secrets that don't have any staging labels attached to them.
Versions without staging labels are considered deprecated and are subject to deletion by Secrets Manager.
By default, versions without staging labels aren't included.public Boolean getIncludeDeprecated()
Specifies whether to include versions of secrets that don't have any staging labels attached to them. Versions without staging labels are considered deprecated and are subject to deletion by Secrets Manager. By default, versions without staging labels aren't included.
public ListSecretVersionIdsRequest withIncludeDeprecated(Boolean includeDeprecated)
Specifies whether to include versions of secrets that don't have any staging labels attached to them. Versions without staging labels are considered deprecated and are subject to deletion by Secrets Manager. By default, versions without staging labels aren't included.
includeDeprecated
- Specifies whether to include versions of secrets that don't have any staging labels attached to them.
Versions without staging labels are considered deprecated and are subject to deletion by Secrets Manager.
By default, versions without staging labels aren't included.public Boolean isIncludeDeprecated()
Specifies whether to include versions of secrets that don't have any staging labels attached to them. Versions without staging labels are considered deprecated and are subject to deletion by Secrets Manager. By default, versions without staging labels aren't included.
public String toString()
toString
in class Object
Object.toString()
public ListSecretVersionIdsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()