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