Class ListFileTransferResultsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.transfer.model.TransferRequest
-
- software.amazon.awssdk.services.transfer.model.ListFileTransferResultsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListFileTransferResultsRequest.Builder,ListFileTransferResultsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListFileTransferResultsRequest extends TransferRequest implements ToCopyableBuilder<ListFileTransferResultsRequest.Builder,ListFileTransferResultsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListFileTransferResultsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListFileTransferResultsRequest.Builderbuilder()StringconnectorId()A unique identifier for a connector.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of files to return in a single page.StringnextToken()If there are more file details than returned in this call, use this value for a subsequent call toListFileTransferResultsto retrieve them.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListFileTransferResultsRequest.Builder>serializableBuilderClass()ListFileTransferResultsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtransferId()A unique identifier for a file transfer.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
connectorId
public final String connectorId()
A unique identifier for a connector. This value should match the value supplied to the corresponding
StartFileTransfercall.- Returns:
- A unique identifier for a connector. This value should match the value supplied to the corresponding
StartFileTransfercall.
-
transferId
public final String transferId()
A unique identifier for a file transfer. This value should match the value supplied to the corresponding
StartFileTransfercall.- Returns:
- A unique identifier for a file transfer. This value should match the value supplied to the corresponding
StartFileTransfercall.
-
nextToken
public final String nextToken()
If there are more file details than returned in this call, use this value for a subsequent call to
ListFileTransferResultsto retrieve them.- Returns:
- If there are more file details than returned in this call, use this value for a subsequent call to
ListFileTransferResultsto retrieve them.
-
maxResults
public final Integer maxResults()
The maximum number of files to return in a single page. Note that currently you can specify a maximum of 10 file paths in a single StartFileTransfer operation. Thus, the maximum number of file transfer results that can be returned in a single page is 10.
- Returns:
- The maximum number of files to return in a single page. Note that currently you can specify a maximum of 10 file paths in a single StartFileTransfer operation. Thus, the maximum number of file transfer results that can be returned in a single page is 10.
-
toBuilder
public ListFileTransferResultsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListFileTransferResultsRequest.Builder,ListFileTransferResultsRequest>- Specified by:
toBuilderin classTransferRequest
-
builder
public static ListFileTransferResultsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListFileTransferResultsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-