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