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