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