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