@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
ListFileSystemAssociations operation. |
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
ListFileSystemAssociations operation. |
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
ListFileSystemAssociations 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)
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 Object
Object.toString()
public ListFileSystemAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()