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