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