Class GetInvestigationGroupPolicyRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.aiops.transform.GetInvestigationGroupPolicyRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetInvestigationGroupPolicyRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetInvestigationGroupPolicyRequest>
- Parameters:
getInvestigationGroupPolicyRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-