@Generated(value="software.amazon.awssdk:codegen") public final class DescribeApplicableIndividualAssessmentsRequest extends DatabaseMigrationRequest implements ToCopyableBuilder<DescribeApplicableIndividualAssessmentsRequest.Builder,DescribeApplicableIndividualAssessmentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeApplicableIndividualAssessmentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeApplicableIndividualAssessmentsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
Optional pagination token provided by a previous request.
|
Integer |
maxRecords()
Maximum number of records to include in the response.
|
MigrationTypeValue |
migrationType()
Name of the migration type that each provided individual assessment must support.
|
String |
migrationTypeAsString()
Name of the migration type that each provided individual assessment must support.
|
String |
replicationInstanceArn()
ARN of a replication instance on which you want to base the default list of individual assessments.
|
String |
replicationTaskArn()
Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual
assessments.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeApplicableIndividualAssessmentsRequest.Builder> |
serializableBuilderClass() |
String |
sourceEngineName()
Name of a database engine that the specified replication instance supports as a source.
|
String |
targetEngineName()
Name of a database engine that the specified replication instance supports as a target.
|
DescribeApplicableIndividualAssessmentsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String replicationTaskArn()
Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.
public final String replicationInstanceArn()
ARN of a replication instance on which you want to base the default list of individual assessments.
public final String sourceEngineName()
Name of a database engine that the specified replication instance supports as a source.
public final String targetEngineName()
Name of a database engine that the specified replication instance supports as a target.
public final MigrationTypeValue migrationType()
Name of the migration type that each provided individual assessment must support.
If the service returns an enum value that is not available in the current SDK version, migrationType
will return MigrationTypeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from migrationTypeAsString().
MigrationTypeValuepublic final String migrationTypeAsString()
Name of the migration type that each provided individual assessment must support.
If the service returns an enum value that is not available in the current SDK version, migrationType
will return MigrationTypeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from migrationTypeAsString().
MigrationTypeValuepublic final Integer maxRecords()
Maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.
MaxRecords value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.public final String marker()
Optional pagination token provided by a previous request. If this parameter is specified, the response includes
only records beyond the marker, up to the value specified by MaxRecords.
MaxRecords.public DescribeApplicableIndividualAssessmentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeApplicableIndividualAssessmentsRequest.Builder,DescribeApplicableIndividualAssessmentsRequest>toBuilder in class DatabaseMigrationRequestpublic static DescribeApplicableIndividualAssessmentsRequest.Builder builder()
public static Class<? extends DescribeApplicableIndividualAssessmentsRequest.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.