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