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