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