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