@Generated(value="software.amazon.awssdk:codegen") public final class ListRetirableGrantsRequest extends KmsRequest implements ToCopyableBuilder<ListRetirableGrantsRequest.Builder,ListRetirableGrantsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ListRetirableGrantsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListRetirableGrantsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
Use this parameter to specify the maximum number of items to return.
|
String |
marker()
Use this parameter in a subsequent request after you receive a response with truncated results.
|
String |
retiringPrincipal()
The retiring principal for which to list grants.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRetirableGrantsRequest.Builder> |
serializableBuilderClass() |
ListRetirableGrantsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer limit()
Use this parameter to specify the maximum number of items to return. When this value is present, KMS does not return more than the specified number of items, but it might return fewer.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
This value is optional. If you include a value, it must be between 1 and 100, inclusive. If you do not include a value, it defaults to 50.
public final String marker()
Use this parameter in a subsequent request after you receive a response with truncated results. Set it to the
value of NextMarker
from the truncated response you just received.
NextMarker
from the truncated response you just received.public final String retiringPrincipal()
The retiring principal for which to list grants. Enter a principal in your Amazon Web Services account.
To specify the retiring principal, use the Amazon Resource Name (ARN) of an Amazon Web Services principal. Valid Amazon Web Services principals include Amazon Web Services accounts (root), IAM users, federated users, and assumed role users. For examples of the ARN syntax for specifying a principal, see Amazon Web Services Identity and Access Management (IAM) in the Example ARNs section of the Amazon Web Services General Reference.
To specify the retiring principal, use the Amazon Resource Name (ARN) of an Amazon Web Services principal. Valid Amazon Web Services principals include Amazon Web Services accounts (root), IAM users, federated users, and assumed role users. For examples of the ARN syntax for specifying a principal, see Amazon Web Services Identity and Access Management (IAM) in the Example ARNs section of the Amazon Web Services General Reference.
public ListRetirableGrantsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListRetirableGrantsRequest.Builder,ListRetirableGrantsRequest>
toBuilder
in class KmsRequest
public static ListRetirableGrantsRequest.Builder builder()
public static Class<? extends ListRetirableGrantsRequest.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 © 2022. All rights reserved.