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