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