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