@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFileSharesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListFileShareInput
NOOP
Constructor and Description |
---|
ListFileSharesRequest() |
Modifier and Type | Method and Description |
---|---|
ListFileSharesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGatewayARN()
The Amazon resource Name (ARN) of the gateway whose file shares you want to list.
|
Integer |
getLimit()
The maximum number of file shares to return in the response.
|
String |
getMarker()
Opaque pagination token returned from a previous ListFileShares operation.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN)
The Amazon resource Name (ARN) of the gateway whose file shares you want to list.
|
void |
setLimit(Integer limit)
The maximum number of file shares to return in the response.
|
void |
setMarker(String marker)
Opaque pagination token returned from a previous ListFileShares operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListFileSharesRequest |
withGatewayARN(String gatewayARN)
The Amazon resource Name (ARN) of the gateway whose file shares you want to list.
|
ListFileSharesRequest |
withLimit(Integer limit)
The maximum number of file shares to return in the response.
|
ListFileSharesRequest |
withMarker(String marker)
Opaque pagination token returned from a previous ListFileShares operation.
|
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 setGatewayARN(String gatewayARN)
The Amazon resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.
gatewayARN
- The Amazon resource Name (ARN) of the gateway whose file shares you want to list. If this field is not
present, all file shares under your account are listed.public String getGatewayARN()
The Amazon resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.
public ListFileSharesRequest withGatewayARN(String gatewayARN)
The Amazon resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.
gatewayARN
- The Amazon resource Name (ARN) of the gateway whose file shares you want to list. If this field is not
present, all file shares under your account are listed.public void setLimit(Integer limit)
The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.
limit
- The maximum number of file shares to return in the response. The value must be an integer with a value
greater than zero. Optional.public Integer getLimit()
The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.
public ListFileSharesRequest withLimit(Integer limit)
The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.
limit
- The maximum number of file shares to return in the response. The value must be an integer with a value
greater than zero. Optional.public void setMarker(String marker)
Opaque pagination token returned from a previous ListFileShares operation. If present, Marker
specifies where to continue the list from after a previous call to ListFileShares. Optional.
marker
- Opaque pagination token returned from a previous ListFileShares operation. If present, Marker
specifies where to continue the list from after a previous call to ListFileShares. Optional.public String getMarker()
Opaque pagination token returned from a previous ListFileShares operation. If present, Marker
specifies where to continue the list from after a previous call to ListFileShares. Optional.
Marker
specifies where to continue the list from after a previous call to ListFileShares.
Optional.public ListFileSharesRequest withMarker(String marker)
Opaque pagination token returned from a previous ListFileShares operation. If present, Marker
specifies where to continue the list from after a previous call to ListFileShares. Optional.
marker
- Opaque pagination token returned from a previous ListFileShares operation. If present, Marker
specifies where to continue the list from after a previous call to ListFileShares. Optional.public String toString()
toString
in class Object
Object.toString()
public ListFileSharesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.