ToCopyableBuilder<DescribeFileSystemsResponse.Builder,DescribeFileSystemsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeFileSystemsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeFileSystemsResponse.Builder,DescribeFileSystemsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeFileSystemsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeFileSystemsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<FileSystemDescription> |
fileSystems() |
Array of file system descriptions.
|
int |
hashCode() |
|
String |
marker() |
Present if provided by caller in the request (String).
|
String |
nextMarker() |
Present if there are more file systems than returned in the response (String).
|
static Class<? extends DescribeFileSystemsResponse.Builder> |
serializableBuilderClass() |
|
DescribeFileSystemsResponse.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()
Present if provided by caller in the request (String).
public List<FileSystemDescription> fileSystems()
Array of file system descriptions.
public String nextMarker()
Present if there are more file systems than returned in the response (String). You can use the
NextMarker
in the subsequent request to fetch the descriptions.
NextMarker
in the subsequent request to fetch the descriptions.public DescribeFileSystemsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeFileSystemsResponse.Builder,DescribeFileSystemsResponse>
public static DescribeFileSystemsResponse.Builder builder()
public static Class<? extends DescribeFileSystemsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.