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