Class UpdateProtectedQueryRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.cleanrooms.transform.UpdateProtectedQueryRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateProtectedQueryRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateProtectedQueryRequestMarshaller
extends Object
implements Marshaller<UpdateProtectedQueryRequest>
UpdateProtectedQueryRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateProtectedQueryRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateProtectedQueryRequest updateProtectedQueryRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateProtectedQueryRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateProtectedQueryRequest>
- Parameters:
- updateProtectedQueryRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-