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