public static DeleteSnapshotScheduleResultUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteSnapshotScheduleResultUnmarshaller();
     }
     return(instance);
 }
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DeleteSnapshotScheduleResponse response = new DeleteSnapshotScheduleResponse();

            context.Read();

            response.DeleteSnapshotScheduleResult = DeleteSnapshotScheduleResultUnmarshaller.GetInstance().Unmarshall(context);

            return(response);
        }