@Generated(value="software.amazon.awssdk:codegen") public final class ListPermissionVersionsRequest extends RamRequest implements ToCopyableBuilder<ListPermissionVersionsRequest.Builder,ListPermissionVersionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPermissionVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPermissionVersionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Specifies the total number of results that you want included on each page of the response.
|
String |
nextToken()
Specifies that you want to receive the next page of results.
|
String |
permissionArn()
Specifies the Amazon
Resource Name (ARN) of the RAM permission whose versions you want to list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPermissionVersionsRequest.Builder> |
serializableBuilderClass() |
ListPermissionVersionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String permissionArn()
Specifies the Amazon
Resource Name (ARN) of the RAM permission whose versions you want to list. You can use the
permissionVersion parameter on the AssociateResourceSharePermission operation to specify a
non-default version to attach.
permissionVersion parameter on the AssociateResourceSharePermission operation to
specify a non-default version to attach.public final String nextToken()
Specifies that you want to receive the next page of results. Valid only if you received a NextToken
response in the previous request. If you did, it indicates that more output is available. Set this parameter to
the value provided by the previous call's NextToken response to request the next page of results.
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response to request the next page of results.public final Integer maxResults()
Specifies the total number of results that you want included on each page of the response. If you do not include
this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the
number you specify, the NextToken response element is returned with a value (not null). Include the
specified value as the NextToken request parameter in the next call to the operation to get the next
part of the results. Note that the service might return fewer results than the maximum even when there are more
results available. You should check NextToken after every operation to ensure that you receive all
of the results.
NextToken response element is returned with a value
(not null). Include the specified value as the NextToken request parameter in the next call
to the operation to get the next part of the results. Note that the service might return fewer results
than the maximum even when there are more results available. You should check NextToken
after every operation to ensure that you receive all of the results.public ListPermissionVersionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPermissionVersionsRequest.Builder,ListPermissionVersionsRequest>toBuilder in class RamRequestpublic static ListPermissionVersionsRequest.Builder builder()
public static Class<? extends ListPermissionVersionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.