@Generated(value="software.amazon.awssdk:codegen") public final class ListDiscoveredResourcesRequest extends MigrationHubRequest implements ToCopyableBuilder<ListDiscoveredResourcesRequest.Builder,ListDiscoveredResourcesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDiscoveredResourcesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDiscoveredResourcesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results returned per page.
|
String |
migrationTaskName()
The name of the MigrationTask.
|
String |
nextToken()
If a
NextToken was returned by a previous call, there are more results available. |
String |
progressUpdateStream()
The name of the ProgressUpdateStream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDiscoveredResourcesRequest.Builder> |
serializableBuilderClass() |
ListDiscoveredResourcesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String progressUpdateStream()
The name of the ProgressUpdateStream.
public final String migrationTaskName()
The name of the MigrationTask. Do not store personal data in this field.
public final String nextToken()
If a NextToken was returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in NextToken.
NextToken was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in NextToken
.public final Integer maxResults()
The maximum number of results returned per page.
public ListDiscoveredResourcesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDiscoveredResourcesRequest.Builder,ListDiscoveredResourcesRequest>toBuilder in class MigrationHubRequestpublic static ListDiscoveredResourcesRequest.Builder builder()
public static Class<? extends ListDiscoveredResourcesRequest.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.