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