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