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