Class StartNetworkMigrationAnalysisRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.mgn.transform.StartNetworkMigrationAnalysisRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartNetworkMigrationAnalysisRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class StartNetworkMigrationAnalysisRequestMarshaller
extends Object
implements Marshaller<StartNetworkMigrationAnalysisRequest>
StartNetworkMigrationAnalysisRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionStartNetworkMigrationAnalysisRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(StartNetworkMigrationAnalysisRequest startNetworkMigrationAnalysisRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
StartNetworkMigrationAnalysisRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(StartNetworkMigrationAnalysisRequest startNetworkMigrationAnalysisRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartNetworkMigrationAnalysisRequest>- Parameters:
startNetworkMigrationAnalysisRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-