@Generated(value="software.amazon.awssdk:codegen") public final class DescribeFileSystemAliasesRequest extends FSxRequest implements ToCopyableBuilder<DescribeFileSystemAliasesRequest.Builder,DescribeFileSystemAliasesRequest>
The request object for DescribeFileSystemAliases operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeFileSystemAliasesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFileSystemAliasesRequest.Builder |
builder() |
String |
clientRequestToken()
Returns the value of the ClientRequestToken property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
The ID of the file system to return the associated DNS aliases for (String).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Maximum number of DNS aliases to return in the response (integer).
|
String |
nextToken()
Opaque pagination token returned from a previous
DescribeFileSystemAliases operation (String). |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeFileSystemAliasesRequest.Builder> |
serializableBuilderClass() |
DescribeFileSystemAliasesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientRequestToken()
public final String fileSystemId()
The ID of the file system to return the associated DNS aliases for (String).
public final Integer maxResults()
Maximum number of DNS aliases to return in the response (integer). This parameter value must be greater than 0.
The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in
the request and the service's internal maximum number of items per page.
MaxResults
parameter specified in the request and the service's internal maximum number of items per page.public final String nextToken()
Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String). If a
token is included in the request, the action continues the list from where the previous returning call left off.
DescribeFileSystemAliases operation
(String). If a token is included in the request, the action continues the list from where the previous
returning call left off.public DescribeFileSystemAliasesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeFileSystemAliasesRequest.Builder,DescribeFileSystemAliasesRequest>toBuilder in class FSxRequestpublic static DescribeFileSystemAliasesRequest.Builder builder()
public static Class<? extends DescribeFileSystemAliasesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.