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 SummaryConstructorsConstructorDescriptionListCredentialLockersRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListCredentialLockersRequest listCredentialLockersRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListCredentialLockersRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListCredentialLockersRequest>
- Parameters:
- listCredentialLockersRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-