Class ListSourceResourcesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.migrationhub.model.MigrationHubRequest
-
- software.amazon.awssdk.services.migrationhub.model.ListSourceResourcesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListSourceResourcesRequest.Builder,ListSourceResourcesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListSourceResourcesRequest extends MigrationHubRequest implements ToCopyableBuilder<ListSourceResourcesRequest.Builder,ListSourceResourcesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListSourceResourcesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSourceResourcesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to include in the response.StringmigrationTaskName()A unique identifier that references the migration task.StringnextToken()IfNextTokenwas returned by a previous call, there are more results available.StringprogressUpdateStream()The name of the progress-update stream, which is used for access control as well as a namespace for migration-task names that is implicitly linked to your AWS account.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListSourceResourcesRequest.Builder>serializableBuilderClass()ListSourceResourcesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
progressUpdateStream
public final String progressUpdateStream()
The name of the progress-update stream, which is used for access control as well as a namespace for migration-task names that is implicitly linked to your AWS account. The progress-update stream must uniquely identify the migration tool as it is used for all updates made by the tool; however, it does not need to be unique for each AWS account because it is scoped to the AWS account.
- Returns:
- The name of the progress-update stream, which is used for access control as well as a namespace for migration-task names that is implicitly linked to your AWS account. The progress-update stream must uniquely identify the migration tool as it is used for all updates made by the tool; however, it does not need to be unique for each AWS account because it is scoped to the AWS account.
-
migrationTaskName
public final String migrationTaskName()
A unique identifier that references the migration task. Do not store confidential data in this field.
- Returns:
- A unique identifier that references the migration task. Do not store confidential data in this field.
-
nextToken
public final String nextToken()
If
NextTokenwas returned by a previous call, there are more results available. The value ofNextTokenis a unique pagination token for each page. To retrieve the next page of results, specify theNextTokenvalue that the previous call returned. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.- Returns:
- If
NextTokenwas returned by a previous call, there are more results available. The value ofNextTokenis a unique pagination token for each page. To retrieve the next page of results, specify theNextTokenvalue that the previous call returned. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
-
maxResults
public final Integer maxResults()
The maximum number of results to include in the response. If more results exist than the value that you specify here for
MaxResults, the response will include a token that you can use to retrieve the next set of results.- Returns:
- The maximum number of results to include in the response. If more results exist than the value that you
specify here for
MaxResults, the response will include a token that you can use to retrieve the next set of results.
-
toBuilder
public ListSourceResourcesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListSourceResourcesRequest.Builder,ListSourceResourcesRequest>- Specified by:
toBuilderin classMigrationHubRequest
-
builder
public static ListSourceResourcesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListSourceResourcesRequest.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
-
-