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