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