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