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