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