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