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