Class NetworkMigrationAnalysisResult
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkMigrationAnalysisResult.Builder,NetworkMigrationAnalysisResult>
The result of a network migration analysis operation.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe detailed analysis findings and recommendations.final AnalyzerTypeThe type of analyzer that generated this result.final StringThe type of analyzer that generated this result.builder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringjobID()The unique identifier of the analysis job that generated this result.final StringThe unique identifier of the network migration definition.final StringThe unique identifier of the network migration execution.static Class<? extends NetworkMigrationAnalysisResult.Builder> source()The source resource that was analyzed.status()The status of the analysis result.final StringThe status of the analysis result.target()The target resource in the analysis.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
jobID
The unique identifier of the analysis job that generated this result.
- Returns:
- The unique identifier of the analysis job that generated this result.
-
networkMigrationExecutionID
The unique identifier of the network migration execution.
- Returns:
- The unique identifier of the network migration execution.
-
networkMigrationDefinitionID
The unique identifier of the network migration definition.
- Returns:
- The unique identifier of the network migration definition.
-
analyzerType
The type of analyzer that generated this result.
If the service returns an enum value that is not available in the current SDK version,
analyzerTypewill returnAnalyzerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromanalyzerTypeAsString().- Returns:
- The type of analyzer that generated this result.
- See Also:
-
analyzerTypeAsString
The type of analyzer that generated this result.
If the service returns an enum value that is not available in the current SDK version,
analyzerTypewill returnAnalyzerType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromanalyzerTypeAsString().- Returns:
- The type of analyzer that generated this result.
- See Also:
-
source
The source resource that was analyzed.
- Returns:
- The source resource that was analyzed.
-
target
The target resource in the analysis.
- Returns:
- The target resource in the analysis.
-
status
The status of the analysis result.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnNetworkMigrationAnalysisResultStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the analysis result.
- See Also:
-
statusAsString
The status of the analysis result.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnNetworkMigrationAnalysisResultStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the analysis result.
- See Also:
-
analysisResult
The detailed analysis findings and recommendations.
- Returns:
- The detailed analysis findings and recommendations.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkMigrationAnalysisResult.Builder,NetworkMigrationAnalysisResult> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-