@Generated(value="software.amazon.awssdk:codegen") public final class ListSecretVersionIdsRequest extends SecretsManagerRequest implements ToCopyableBuilder<ListSecretVersionIdsRequest.Builder,ListSecretVersionIdsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ListSecretVersionIdsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListSecretVersionIdsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
includeDeprecated()
Specifies whether to include versions of secrets that don't have any staging labels attached to them.
|
Integer |
maxResults()
The number of results to include in the response.
|
String |
nextToken()
A token that indicates where the output should continue from, if a previous call did not show all results.
|
List<SdkField<?>> |
sdkFields() |
String |
secretId()
The ARN or name of the secret whose versions you want to list.
|
static Class<? extends ListSecretVersionIdsRequest.Builder> |
serializableBuilderClass() |
ListSecretVersionIdsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final 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.
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 final 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
.
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 final 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.
ListSecretVersionIds
again with this value.public final 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.
public ListSecretVersionIdsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListSecretVersionIdsRequest.Builder,ListSecretVersionIdsRequest>
toBuilder
in class SecretsManagerRequest
public static ListSecretVersionIdsRequest.Builder builder()
public static Class<? extends ListSecretVersionIdsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.