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