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