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