public class ListPrincipalThingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the ListPrincipalThings operation.
NOOP
Constructor and Description |
---|
ListPrincipalThingsRequest() |
Modifier and Type | Method and Description |
---|---|
ListPrincipalThingsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getPrincipal()
The principal.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setPrincipal(String principal)
The principal.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPrincipalThingsRequest |
withMaxResults(Integer maxResults) |
ListPrincipalThingsRequest |
withNextToken(String nextToken) |
ListPrincipalThingsRequest |
withPrincipal(String principal)
The principal.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListPrincipalThingsRequest withNextToken(String nextToken)
nextToken
- public void setMaxResults(Integer maxResults)
maxResults
- public Integer getMaxResults()
public ListPrincipalThingsRequest withMaxResults(Integer maxResults)
maxResults
- public void setPrincipal(String principal)
The principal.
principal
- The principal.public String getPrincipal()
The principal.
public ListPrincipalThingsRequest withPrincipal(String principal)
The principal.
principal
- The principal.public String toString()
toString
in class Object
Object.toString()
public ListPrincipalThingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.