@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFileSystemAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListFileSystemAssociationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListFileSystemAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<FileSystemAssociationSummary> |
getFileSystemAssociationSummaryList()
An array of information about the Amazon FSx gateway's file system associations.
|
String |
getMarker()
If the request includes
Marker, the response returns that value in this field. |
String |
getNextMarker()
If a value is present, there are more file system associations to return.
|
int |
hashCode() |
void |
setFileSystemAssociationSummaryList(Collection<FileSystemAssociationSummary> fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
|
void |
setMarker(String marker)
If the request includes
Marker, the response returns that value in this field. |
void |
setNextMarker(String nextMarker)
If a value is present, there are more file system associations to return.
|
String |
toString()
Returns a string representation of this object.
|
ListFileSystemAssociationsResult |
withFileSystemAssociationSummaryList(Collection<FileSystemAssociationSummary> fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
|
ListFileSystemAssociationsResult |
withFileSystemAssociationSummaryList(FileSystemAssociationSummary... fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
|
ListFileSystemAssociationsResult |
withMarker(String marker)
If the request includes
Marker, the response returns that value in this field. |
ListFileSystemAssociationsResult |
withNextMarker(String nextMarker)
If a value is present, there are more file system associations to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMarker(String marker)
If the request includes Marker, the response returns that value in this field.
marker - If the request includes Marker, the response returns that value in this field.public String getMarker()
If the request includes Marker, the response returns that value in this field.
Marker, the response returns that value in this field.public ListFileSystemAssociationsResult withMarker(String marker)
If the request includes Marker, the response returns that value in this field.
marker - If the request includes Marker, the response returns that value in this field.public void setNextMarker(String nextMarker)
If a value is present, there are more file system associations to return. In a subsequent request, use
NextMarker as the value for Marker to retrieve the next set of file system
associations.
nextMarker - If a value is present, there are more file system associations to return. In a subsequent request, use
NextMarker as the value for Marker to retrieve the next set of file system
associations.public String getNextMarker()
If a value is present, there are more file system associations to return. In a subsequent request, use
NextMarker as the value for Marker to retrieve the next set of file system
associations.
NextMarker as the value for Marker to retrieve the next set of file system
associations.public ListFileSystemAssociationsResult withNextMarker(String nextMarker)
If a value is present, there are more file system associations to return. In a subsequent request, use
NextMarker as the value for Marker to retrieve the next set of file system
associations.
nextMarker - If a value is present, there are more file system associations to return. In a subsequent request, use
NextMarker as the value for Marker to retrieve the next set of file system
associations.public List<FileSystemAssociationSummary> getFileSystemAssociationSummaryList()
An array of information about the Amazon FSx gateway's file system associations.
public void setFileSystemAssociationSummaryList(Collection<FileSystemAssociationSummary> fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
fileSystemAssociationSummaryList - An array of information about the Amazon FSx gateway's file system associations.public ListFileSystemAssociationsResult withFileSystemAssociationSummaryList(FileSystemAssociationSummary... fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
NOTE: This method appends the values to the existing list (if any). Use
setFileSystemAssociationSummaryList(java.util.Collection) or
withFileSystemAssociationSummaryList(java.util.Collection) if you want to override the existing values.
fileSystemAssociationSummaryList - An array of information about the Amazon FSx gateway's file system associations.public ListFileSystemAssociationsResult withFileSystemAssociationSummaryList(Collection<FileSystemAssociationSummary> fileSystemAssociationSummaryList)
An array of information about the Amazon FSx gateway's file system associations.
fileSystemAssociationSummaryList - An array of information about the Amazon FSx gateway's file system associations.public String toString()
toString in class ObjectObject.toString()public ListFileSystemAssociationsResult clone()