Class GetThreatEntitySetRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.guardduty.transform.GetThreatEntitySetRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetThreatEntitySetRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetThreatEntitySetRequest>- Parameters:
getThreatEntitySetRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-