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