ToCopyableBuilder<ListFileSharesResponse.Builder,ListFileSharesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListFileSharesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListFileSharesResponse.Builder,ListFileSharesResponse>
ListFileShareOutput
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListFileSharesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListFileSharesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<FileShareInfo> |
fileShareInfoList() |
An array of information about the file gateway's file shares.
|
int |
hashCode() |
|
String |
marker() |
If the request includes
Marker , the response returns that value in this field. |
String |
nextMarker() |
If a value is present, there are more file shares to return.
|
static Class<? extends ListFileSharesResponse.Builder> |
serializableBuilderClass() |
|
ListFileSharesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String marker()
If the request includes Marker
, the response returns that value in this field.
Marker
, the response returns that value in this field.public 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
as the value for Marker
to retrieve the next set of file shares.public List<FileShareInfo> fileShareInfoList()
An array of information about the file gateway's file shares.
public ListFileSharesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListFileSharesResponse.Builder,ListFileSharesResponse>
public static ListFileSharesResponse.Builder builder()
public static Class<? extends ListFileSharesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.