@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFileSharesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
ListFileShareOutput
Constructor and Description |
---|
ListFileSharesResult() |
Modifier and Type | Method and Description |
---|---|
ListFileSharesResult |
clone() |
boolean |
equals(Object obj) |
List<FileShareInfo> |
getFileShareInfoList()
An array of information about the file gateway's file shares.
|
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 shares to return.
|
int |
hashCode() |
void |
setFileShareInfoList(Collection<FileShareInfo> fileShareInfoList)
An array of information about the file gateway's file shares.
|
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 shares to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListFileSharesResult |
withFileShareInfoList(Collection<FileShareInfo> fileShareInfoList)
An array of information about the file gateway's file shares.
|
ListFileSharesResult |
withFileShareInfoList(FileShareInfo... fileShareInfoList)
An array of information about the file gateway's file shares.
|
ListFileSharesResult |
withMarker(String marker)
If the request includes
Marker , the response returns that value in this field. |
ListFileSharesResult |
withNextMarker(String nextMarker)
If a value is present, there are more file shares to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 ListFileSharesResult 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 shares to return. In a subsequent request, use NextMarker
as the value for Marker
to retrieve the next set of file shares.
nextMarker
- If a value is present, there are more file shares to return. In a subsequent request, use
NextMarker
as the value for Marker
to retrieve the next set of file shares.public String getNextMarker()
If a value is present, there are more file shares to return. In a subsequent request, use NextMarker
as the value for Marker
to retrieve the next set of file shares.
NextMarker
as the value for Marker
to retrieve the next set of file shares.public ListFileSharesResult withNextMarker(String nextMarker)
If a value is present, there are more file shares to return. In a subsequent request, use NextMarker
as the value for Marker
to retrieve the next set of file shares.
nextMarker
- If a value is present, there are more file shares to return. In a subsequent request, use
NextMarker
as the value for Marker
to retrieve the next set of file shares.public List<FileShareInfo> getFileShareInfoList()
An array of information about the file gateway's file shares.
public void setFileShareInfoList(Collection<FileShareInfo> fileShareInfoList)
An array of information about the file gateway's file shares.
fileShareInfoList
- An array of information about the file gateway's file shares.public ListFileSharesResult withFileShareInfoList(FileShareInfo... fileShareInfoList)
An array of information about the file gateway's file shares.
NOTE: This method appends the values to the existing list (if any). Use
setFileShareInfoList(java.util.Collection)
or withFileShareInfoList(java.util.Collection)
if
you want to override the existing values.
fileShareInfoList
- An array of information about the file gateway's file shares.public ListFileSharesResult withFileShareInfoList(Collection<FileShareInfo> fileShareInfoList)
An array of information about the file gateway's file shares.
fileShareInfoList
- An array of information about the file gateway's file shares.public String toString()
toString
in class Object
Object.toString()
public ListFileSharesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.