@Generated(value="software.amazon.awssdk:codegen") public final class ListFileSharesResponse extends StorageGatewayResponse implements ToCopyableBuilder<ListFileSharesResponse.Builder,ListFileSharesResponse>
ListFileShareOutput
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFileSharesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFileSharesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<FileShareInfo> |
fileShareInfoList()
An array of information about the file gateway's file shares.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFileShareInfoList()
Returns true if the FileShareInfoList property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFileSharesResponse.Builder> |
serializableBuilderClass() |
ListFileSharesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final 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 final boolean hasFileShareInfoList()
public final List<FileShareInfo> fileShareInfoList()
An array of information about the file gateway's file shares.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFileShareInfoList() to see if a value was sent in this field.
public ListFileSharesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFileSharesResponse.Builder,ListFileSharesResponse>toBuilder in class AwsResponsepublic static ListFileSharesResponse.Builder builder()
public static Class<? extends ListFileSharesResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.