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