@Generated(value="software.amazon.awssdk:codegen") public final class ListCreatedArtifactsRequest extends MigrationHubRequest implements ToCopyableBuilder<ListCreatedArtifactsRequest.Builder,ListCreatedArtifactsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCreatedArtifactsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCreatedArtifactsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Maximum number of results to be returned per page.
|
String |
migrationTaskName()
Unique identifier that references the migration task.
|
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 ListCreatedArtifactsRequest.Builder> |
serializableBuilderClass() |
ListCreatedArtifactsRequest.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()
Unique identifier that references the migration task. 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()
Maximum number of results to be returned per page.
public ListCreatedArtifactsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCreatedArtifactsRequest.Builder,ListCreatedArtifactsRequest>toBuilder in class MigrationHubRequestpublic static ListCreatedArtifactsRequest.Builder builder()
public static Class<? extends ListCreatedArtifactsRequest.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.