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