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