Amazon.DynamoDBv2.Model.Internal.MarshallTransformations.PointInTimeRecoverySpecificationMarshaller.Marshall C# (CSharp) Метод

Marshall() публичный Метод

Unmarshaller the response from the service to the response class.
public Marshall ( requestObject, context ) : void
Результат void
        public void Marshall(PointInTimeRecoverySpecification requestObject, JsonMarshallerContext context)
        {
            if(requestObject.IsSetPointInTimeRecoveryEnabled())
            {
                context.Writer.WritePropertyName("PointInTimeRecoveryEnabled");
                context.Writer.Write(requestObject.PointInTimeRecoveryEnabled);
            }

        }
PointInTimeRecoverySpecificationMarshaller