@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 that you use to filter for a specific subset of resource 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 resource shares.
|
int |
hashCode() |
void |
setFilter(Filter filter)
Attributes that you use to filter for a specific subset of resource 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 resource shares.
|
String |
toString()
Returns a string representation of this object.
|
ListSharesRequest |
withFilter(Filter filter)
Attributes that you use to filter for a specific subset of resource 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 resource shares.
|
ListSharesRequest |
withResourceOwner(String resourceOwner)
The account that owns the resource shares.
|
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 resource shares.
resourceOwner
- The account that owns the resource shares.ResourceOwner
public String getResourceOwner()
The account that owns the resource shares.
ResourceOwner
public ListSharesRequest withResourceOwner(String resourceOwner)
The account that owns the resource shares.
resourceOwner
- The account that owns the resource shares.ResourceOwner
public ListSharesRequest withResourceOwner(ResourceOwner resourceOwner)
The account that owns the resource shares.
resourceOwner
- The account that owns the resource shares.ResourceOwner
public void setFilter(Filter filter)
Attributes that you use to filter for a specific subset of resource shares.
filter
- Attributes that you use to filter for a specific subset of resource shares.public Filter getFilter()
Attributes that you use to filter for a specific subset of resource shares.
public ListSharesRequest withFilter(Filter filter)
Attributes that you use to filter for a specific subset of resource shares.
filter
- Attributes that you use to filter for a specific subset of resource 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()