@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSharesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSharesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSharesRequest |
clone() |
boolean |
equals(Object obj) |
Filter |
getFilter()
Attributes used to filter for a specific subset of shares.
|
Integer |
getMaxResults()
The maximum number of shares to return in one page of results.
|
String |
getNextToken()
Next token returned in the response of a previous ListReadSetUploadPartsRequest call.
|
String |
getResourceOwner()
The account that owns the analytics store shared.
|
int |
hashCode() |
void |
setFilter(Filter filter)
Attributes used to filter for a specific subset of shares.
|
void |
setMaxResults(Integer maxResults)
The maximum number of shares to return in one page of results.
|
void |
setNextToken(String nextToken)
Next token returned in the response of a previous ListReadSetUploadPartsRequest call.
|
void |
setResourceOwner(String resourceOwner)
The account that owns the analytics store shared.
|
String |
toString()
Returns a string representation of this object.
|
ListSharesRequest |
withFilter(Filter filter)
Attributes used to filter for a specific subset of shares.
|
ListSharesRequest |
withMaxResults(Integer maxResults)
The maximum number of shares to return in one page of results.
|
ListSharesRequest |
withNextToken(String nextToken)
Next token returned in the response of a previous ListReadSetUploadPartsRequest call.
|
ListSharesRequest |
withResourceOwner(ResourceOwner resourceOwner)
The account that owns the analytics store shared.
|
ListSharesRequest |
withResourceOwner(String resourceOwner)
The account that owns the analytics store shared.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setResourceOwner(String resourceOwner)
The account that owns the analytics store shared.
resourceOwner - The account that owns the analytics store shared.ResourceOwnerpublic String getResourceOwner()
The account that owns the analytics store shared.
ResourceOwnerpublic ListSharesRequest withResourceOwner(String resourceOwner)
The account that owns the analytics store shared.
resourceOwner - The account that owns the analytics store shared.ResourceOwnerpublic ListSharesRequest withResourceOwner(ResourceOwner resourceOwner)
The account that owns the analytics store shared.
resourceOwner - The account that owns the analytics store shared.ResourceOwnerpublic void setFilter(Filter filter)
Attributes used to filter for a specific subset of shares.
filter - Attributes used to filter for a specific subset of shares.public Filter getFilter()
Attributes used to filter for a specific subset of shares.
public ListSharesRequest withFilter(Filter filter)
Attributes used to filter for a specific subset of shares.
filter - Attributes used to filter for a specific subset of shares.public void setNextToken(String nextToken)
Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
nextToken - Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next
page of results.public String getNextToken()
Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
public ListSharesRequest withNextToken(String nextToken)
Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
nextToken - Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next
page of results.public void setMaxResults(Integer maxResults)
The maximum number of shares to return in one page of results.
maxResults - The maximum number of shares to return in one page of results.public Integer getMaxResults()
The maximum number of shares to return in one page of results.
public ListSharesRequest withMaxResults(Integer maxResults)
The maximum number of shares to return in one page of results.
maxResults - The maximum number of shares to return in one page of results.public String toString()
toString in class ObjectObject.toString()public ListSharesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.