@Generated(value="software.amazon.awssdk:codegen") public final class GetPortfolioPreferencesResponse extends MigrationHubStrategyResponse implements ToCopyableBuilder<GetPortfolioPreferencesResponse.Builder,GetPortfolioPreferencesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPortfolioPreferencesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
ApplicationMode |
applicationMode()
The classification for application component types.
|
String |
applicationModeAsString()
The classification for application component types.
|
ApplicationPreferences |
applicationPreferences()
The transformation preferences for non-database applications.
|
static GetPortfolioPreferencesResponse.Builder |
builder() |
DatabasePreferences |
databasePreferences()
The transformation preferences for database applications.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PrioritizeBusinessGoals |
prioritizeBusinessGoals()
The rank of business goals based on priority.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetPortfolioPreferencesResponse.Builder> |
serializableBuilderClass() |
GetPortfolioPreferencesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ApplicationMode applicationMode()
The classification for application component types.
If the service returns an enum value that is not available in the current SDK version, applicationMode
will return ApplicationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from applicationModeAsString().
ApplicationModepublic final String applicationModeAsString()
The classification for application component types.
If the service returns an enum value that is not available in the current SDK version, applicationMode
will return ApplicationMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from applicationModeAsString().
ApplicationModepublic final ApplicationPreferences applicationPreferences()
The transformation preferences for non-database applications.
public final DatabasePreferences databasePreferences()
The transformation preferences for database applications.
public final PrioritizeBusinessGoals prioritizeBusinessGoals()
The rank of business goals based on priority.
public GetPortfolioPreferencesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetPortfolioPreferencesResponse.Builder,GetPortfolioPreferencesResponse>toBuilder in class AwsResponsepublic static GetPortfolioPreferencesResponse.Builder builder()
public static Class<? extends GetPortfolioPreferencesResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.