@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public void setResourceOwner(String resourceOwner)
The account that owns the analytics store shared.
resourceOwner
- The account that owns the analytics store shared.ResourceOwner
public String getResourceOwner()
The account that owns the analytics store shared.
ResourceOwner
public ListSharesRequest withResourceOwner(String resourceOwner)
The account that owns the analytics store shared.
resourceOwner
- The account that owns the analytics store shared.ResourceOwner
public ListSharesRequest withResourceOwner(ResourceOwner resourceOwner)
The account that owns the analytics store shared.
resourceOwner
- The account that owns the analytics store shared.ResourceOwner
public 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 Object
Object.toString()
public ListSharesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()