@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFileSystemAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListFileSystemAssociationsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListFileSystemAssociationsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getGatewayARN() | 
| Integer | getLimit()
 The maximum number of file system associations to return in the response. | 
| String | getMarker()
 Opaque pagination token returned from a previous  ListFileSystemAssociationsoperation. | 
| int | hashCode() | 
| void | setGatewayARN(String gatewayARN) | 
| void | setLimit(Integer limit)
 The maximum number of file system associations to return in the response. | 
| void | setMarker(String marker)
 Opaque pagination token returned from a previous  ListFileSystemAssociationsoperation. | 
| String | toString()Returns a string representation of this object. | 
| ListFileSystemAssociationsRequest | withGatewayARN(String gatewayARN) | 
| ListFileSystemAssociationsRequest | withLimit(Integer limit)
 The maximum number of file system associations to return in the response. | 
| ListFileSystemAssociationsRequest | withMarker(String marker)
 Opaque pagination token returned from a previous  ListFileSystemAssociationsoperation. | 
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, withSdkRequestTimeoutpublic void setGatewayARN(String gatewayARN)
gatewayARN - public String getGatewayARN()
public ListFileSystemAssociationsRequest withGatewayARN(String gatewayARN)
gatewayARN - public void setLimit(Integer limit)
 The maximum number of file system associations to return in the response. If present, Limit must be
 an integer with a value greater than zero. Optional.
 
limit - The maximum number of file system associations to return in the response. If present, Limit
        must be an integer with a value greater than zero. Optional.public Integer getLimit()
 The maximum number of file system associations to return in the response. If present, Limit must be
 an integer with a value greater than zero. Optional.
 
Limit
         must be an integer with a value greater than zero. Optional.public ListFileSystemAssociationsRequest withLimit(Integer limit)
 The maximum number of file system associations to return in the response. If present, Limit must be
 an integer with a value greater than zero. Optional.
 
limit - The maximum number of file system associations to return in the response. If present, Limit
        must be an integer with a value greater than zero. Optional.public void setMarker(String marker)
 Opaque pagination token returned from a previous ListFileSystemAssociations operation. If present,
 Marker specifies where to continue the list from after a previous call to
 ListFileSystemAssociations. Optional.
 
marker - Opaque pagination token returned from a previous ListFileSystemAssociations operation. If
        present, Marker specifies where to continue the list from after a previous call to
        ListFileSystemAssociations. Optional.public String getMarker()
 Opaque pagination token returned from a previous ListFileSystemAssociations operation. If present,
 Marker specifies where to continue the list from after a previous call to
 ListFileSystemAssociations. Optional.
 
ListFileSystemAssociations operation. If
         present, Marker specifies where to continue the list from after a previous call to
         ListFileSystemAssociations. Optional.public ListFileSystemAssociationsRequest withMarker(String marker)
 Opaque pagination token returned from a previous ListFileSystemAssociations operation. If present,
 Marker specifies where to continue the list from after a previous call to
 ListFileSystemAssociations. Optional.
 
marker - Opaque pagination token returned from a previous ListFileSystemAssociations operation. If
        present, Marker specifies where to continue the list from after a previous call to
        ListFileSystemAssociations. Optional.public String toString()
toString in class ObjectObject.toString()public ListFileSystemAssociationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()