Class GetVoiceProfileRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.chimesdkvoice.transform.GetVoiceProfileRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetVoiceProfileRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetVoiceProfileRequestMarshaller
extends Object
implements Marshaller<GetVoiceProfileRequest>
GetVoiceProfileRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetVoiceProfileRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetVoiceProfileRequest getVoiceProfileRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetVoiceProfileRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetVoiceProfileRequest>
- Parameters:
- getVoiceProfileRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-