public class ListPrincipalPoliciesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input for the ListPrincipalPolicies operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
ascendingOrder
Specifies the order for results.
|
private java.lang.String |
marker
The marker for the next set of results.
|
private java.lang.Integer |
pageSize
The result page size.
|
private java.lang.String |
principal
The principal.
|
NOOP
Constructor and Description |
---|
ListPrincipalPoliciesRequest() |
Modifier and Type | Method and Description |
---|---|
ListPrincipalPoliciesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAscendingOrder()
Specifies the order for results.
|
java.lang.String |
getMarker()
The marker for the next set of results.
|
java.lang.Integer |
getPageSize()
The result page size.
|
java.lang.String |
getPrincipal()
The principal.
|
int |
hashCode() |
java.lang.Boolean |
isAscendingOrder()
Specifies the order for results.
|
void |
setAscendingOrder(java.lang.Boolean ascendingOrder)
Specifies the order for results.
|
void |
setMarker(java.lang.String marker)
The marker for the next set of results.
|
void |
setPageSize(java.lang.Integer pageSize)
The result page size.
|
void |
setPrincipal(java.lang.String principal)
The principal.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPrincipalPoliciesRequest |
withAscendingOrder(java.lang.Boolean ascendingOrder)
Specifies the order for results.
|
ListPrincipalPoliciesRequest |
withMarker(java.lang.String marker)
The marker for the next set of results.
|
ListPrincipalPoliciesRequest |
withPageSize(java.lang.Integer pageSize)
The result page size.
|
ListPrincipalPoliciesRequest |
withPrincipal(java.lang.String principal)
The principal.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String principal
The principal.
private java.lang.String marker
The marker for the next set of results.
private java.lang.Integer pageSize
The result page size.
private java.lang.Boolean ascendingOrder
Specifies the order for results. If true, results are returned in ascending creation order.
public void setPrincipal(java.lang.String principal)
The principal.
principal
- The principal.public java.lang.String getPrincipal()
The principal.
public ListPrincipalPoliciesRequest withPrincipal(java.lang.String principal)
The principal.
principal
- The principal.public void setMarker(java.lang.String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.public java.lang.String getMarker()
The marker for the next set of results.
public ListPrincipalPoliciesRequest withMarker(java.lang.String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.public void setPageSize(java.lang.Integer pageSize)
The result page size.
pageSize
- The result page size.public java.lang.Integer getPageSize()
The result page size.
public ListPrincipalPoliciesRequest withPageSize(java.lang.Integer pageSize)
The result page size.
pageSize
- The result page size.public void setAscendingOrder(java.lang.Boolean ascendingOrder)
Specifies the order for results. If true, results are returned in ascending creation order.
ascendingOrder
- Specifies the order for results. If true, results are returned in
ascending creation order.public java.lang.Boolean getAscendingOrder()
Specifies the order for results. If true, results are returned in ascending creation order.
public ListPrincipalPoliciesRequest withAscendingOrder(java.lang.Boolean ascendingOrder)
Specifies the order for results. If true, results are returned in ascending creation order.
ascendingOrder
- Specifies the order for results. If true, results are returned in
ascending creation order.public java.lang.Boolean isAscendingOrder()
Specifies the order for results. If true, results are returned in ascending creation order.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListPrincipalPoliciesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()