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