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