Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListPolicyPrincipalsRequest.Builder,ListPolicyPrincipalsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListPolicyPrincipalsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListPolicyPrincipalsRequest.Builder,ListPolicyPrincipalsRequest>
The input for the ListPolicyPrincipals operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPolicyPrincipalsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
Boolean |
ascendingOrder() |
Specifies the order for results.
|
static ListPolicyPrincipalsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
The marker for the next set of results.
|
Integer |
pageSize() |
The result page size.
|
String |
policyName() |
The policy name.
|
static Class<? extends ListPolicyPrincipalsRequest.Builder> |
serializableBuilderClass() |
|
ListPolicyPrincipalsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String policyName()
The policy name.
public String marker()
The marker for the next set of results.
public Integer pageSize()
The result page size.
public Boolean ascendingOrder()
Specifies the order for results. If true, the results are returned in ascending creation order.
public ListPolicyPrincipalsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPolicyPrincipalsRequest.Builder,ListPolicyPrincipalsRequest>
public static ListPolicyPrincipalsRequest.Builder builder()
public static Class<? extends ListPolicyPrincipalsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.