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